eureka/component-http

PHP PSR-15 implementation.

5.3.0 2024-02-16 14:50 UTC

README

Current version Supported PHP version CI Quality Gate Status Coverage

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