PHP-PM HttpKernel Adapter
HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM. See https://github.com/php-pm/php-pm.
Setup
Install PHP-PM
composer require php-pm/php-pm:dev-master
Install HttpKernel Adapter
composer require php-pm/httpkernel-adapter:dev-master
Note: For Symfony, make sure your
AppKernel
is autoloaded in yourcomposer.json
(shouldn't be an issue for projects created using the Standard Edition after November 2015):{ "autoload": { "classmap": ["app/AppKernel.php"] } }