php-pm-httpkernel

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

  • Owner: php-pm/php-pm-httpkernel
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerphp-pm/php-pm-httpkernel
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2015-04-06 17:43:46
Pushed At2023-12-08 21:42:07
Last Commit At2022-12-01 20:38:48
Release Count16
Last Release Name2.3.1 (Posted on )
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count247
Watchers Count15
Fork Count70
Commits Count149
Has Issues Enabled
Issues Count80
Issue Open Count9
Pull Requests Count80
Pull Requests Open Count3
Pull Requests Close Count28
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private