mutable/container-factory

PHP support?

Closed this issue · 2 comments

It would be nice to have support for PHP. 😺

I'm not familiar with PHP's package management — I'll need to know what the equivalents to npm install and npm start are in PHP-land.

The package manager for PHP is Composer.

As far as I know Composer does not have a start command. The equivalent for npm install is composer install. By default this will also install development dependencies.

Composer allows user to declare which platform packages are needed. Optionally these dependencies could be read and installed, although this might fall outside of the responsibility of container-factory.

If you need more info, feel free to ask 😄