php-pm/httpkernel-adapter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Install PHP-PM

     composer require php-pm/php-pm
    
  2. Install HttpKernel Adapter

     composer require php-pm/httpkernel-adapter
    
  3. Optionally provide the namespace of your Kernel using the APP_KERNEL_NAMESPACE environment variable. Example: APP_KERNEL_NAMESPACE=Acme\MyProduct\. This will attempt to use the class Acme\MyProduct\Kernel as the fully qualified class name

Note: For Symfony, make sure your AppKernel is autoloaded in your composer.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

GitHub 信息

  • Stars: 247
  • Watchers: 14
  • Forks: 70
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-09