Download the PHP package php-pm/httpkernel-adapter without Composer
On this page you can find all versions of the php package php-pm/httpkernel-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-pm/httpkernel-adapter
More information about php-pm/httpkernel-adapter
Files in php-pm/httpkernel-adapter
Download php-pm/httpkernel-adapter
More information about php-pm/httpkernel-adapter
Files in php-pm/httpkernel-adapter
Vendor php-pm
Package httpkernel-adapter
Short Description PHP-PM adapter for Symfony HTTPKernel.
License MIT
Package httpkernel-adapter
Short Description PHP-PM adapter for Symfony HTTPKernel.
License MIT
Please rate this library. Is it a good library?
Informations about the package httpkernel-adapter
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
-
Install PHP-PM
composer require php-pm/php-pm
-
Install HttpKernel Adapter
composer require php-pm/httpkernel-adapter
- 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 classAcme\MyProduct\Kernel
as the fully qualified class name
Note: For Symfony, make sure your
AppKernel
is autoloaded in yourcomposer.json
(shouldn't be an issue for projects created using the Standard Edition after November 2015):
All versions of httpkernel-adapter with dependencies
PHP Build Version
Package Version
Requires
php-pm/php-pm Version
^2.0
symfony/http-foundation Version ^4.2.12|^5.0.4|^6.0
symfony/http-kernel Version ^4.0|^5.1.5|^6.0
guzzlehttp/psr7 Version ^1.5|^2.0
symfony/http-foundation Version ^4.2.12|^5.0.4|^6.0
symfony/http-kernel Version ^4.0|^5.1.5|^6.0
guzzlehttp/psr7 Version ^1.5|^2.0
The package php-pm/httpkernel-adapter contains the following files
Loading the files please wait ....