php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM

  • 所有者: php-pm/php-pm-httpkernel
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

  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"]
    }
}

主要指标

概览
名称与所有者php-pm/php-pm-httpkernel
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2015-04-06 17:43:46
推送于2023-12-08 21:42:07
最后一次提交2022-12-01 20:38:48
发布数16
最新版本名称2.3.1 (发布于 )
第一版名称1.0.0 (发布于 )
用户参与
星数248
关注者数14
派生数70
提交数149
已启用问题?
问题数80
打开的问题数9
拉请求数80
打开的拉请求数3
关闭的拉请求数28
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?