php-pm/httpkernel-adapter
最新稳定版本:2.3.1
Composer 安装命令:
composer require php-pm/httpkernel-adapter
包简介
PHP-PM adapter for Symfony HTTPKernel.
README 文档
README
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 -
Install HttpKernel Adapter
composer require php-pm/httpkernel-adapter -
Optionally provide the namespace of your Kernel using the
APP_KERNEL_NAMESPACEenvironment variable. Example:APP_KERNEL_NAMESPACE=Acme\MyProduct\. This will attempt to use the classAcme\MyProduct\Kernelas the fully qualified class name
Note: For Symfony, make sure your
AppKernelis autoloaded in yourcomposer.json(shouldn't be an issue for projects created using the Standard Edition after November 2015):{ "autoload": { "classmap": ["app/AppKernel.php"] } }
统计信息
- 总下载量: 353.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 248
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 6
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-09