Skip to content
Home
About
Services
Blog
Drupal
LinkedIn
Twitter
GitHub
Composer
Enter Search Term
Composer: How to use Git repositories
Recently I found myself needing to add a random GitHub repository to a Drupal project using composer. There are a number of approaches to accomplishing this, but I didn't find any clear examples for both How and Why to use the various approaches. This post hopes to illuminate those aspects of composer.
Read More
How to setup a WordPress plugin for Composer with Packagist
Having never submitted a project to packagist the whole process was new to me. After a bit of trial and error, I now have my first publically available package.
Read More