Skip to content

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

Notifications You must be signed in to change notification settings

mehmetali/php-pm-httpkernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:dev-master

  2. Install HttpKernel Adapter

    composer require php-pm/httpkernel-adapter:dev-master

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%