Publishing Your Own PHP Package on Packagist with Composer
I configured a PHP package from scratch and published it on Packagist so others could use it — here's how I did it.
Tag
PHP dependency management and package publishing with Composer.
There are 2 posts with this tag.
I configured a PHP package from scratch and published it on Packagist so others could use it — here's how I did it.
The practical side of moving from a pile of manual requires to modern dependency management: composer.json, autoloading, and installing packages.