Skip to content
Open Menu
Home
About
Services
Testimonials
Blog
Product Owner eBook
Drupal
LinkedIn
GitHub
Composer
Enter Search Term
Composer Managed Custom WordPress & Drupal Dependencies
In web development we often find ourselves writing custom WordPress plugins, Drupal modules, or themes that have external package dependencies. It’s standard to use Composer…
Read More
Composer Autoloader: The Easiest Autoloading in PHP
Often, we find ourselves developing on a PHP system that does not have an autoloading mechanism built-in (cough *WordPress*). In times like these we largely…
Read More
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 set up 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