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 (發布於 )
用户参与
星數247
關注者數15
派生數70
提交數149
已啟用問題?
問題數80
打開的問題數9
拉請求數80
打開的拉請求數3
關閉的拉請求數28
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?