eureka / component-http
PHP PSR-15 implementation.
5.3.0
2024-02-16 14:50 UTC
Requires
- php: 7.4.*||8.0.*||8.1.*||8.2.*||8.3.*
- psr/http-message: ^1.0||^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.49.0
- maglnet/composer-require-checker: ^3.8||^4.0
- phpstan/phpstan: ^1.10.58
- phpstan/phpstan-phpunit: ^1.3.15
- phpstan/phpstan-strict-rules: ^1.5.2
- phpunit/phpcov: ^8.2.1
- phpunit/phpunit: ^9.6.16
This package is auto-updated.
Last update: 2024-10-22 15:58:25 UTC
README
Usage
This component is used in eureka/kernel-http
component.
This is a simple implementation of the PSR-15 (Request Handler).
Installation
You can install the kernel (for testing) with the following command:
make install
Update
You can update the kernel (for testing) with the following command:
make update
Testing
You can test the kernel with the following commands:
make phpcs make tests make testdox