Composer Plugins and Installers

1 · Alan Storm · Sept. 21, 2020, 5:43 p.m.
I’m planning to take a look at options for installing OpenMage — but before we do that we need to do a quick primer on the plugin system for PHP’s package management system, composer. We’ll be talking briefly about plugins, custom installers, and the composer/installer package. Composer Plugins Composer has a plugin system. Plugins allow you to create a composer package that registers a PHP class as a plugin. The syntax for registering this class in your composer.json file doesn’t actually use t...