qlimix/kernel-http

Kernel implementation to handle http requests

dev-master 2019-06-30 15:24 UTC

This package is auto-updated.

Last update: 2024-06-16 22:24:26 UTC


README

Kernel-http

Travis CI Coveralls Packagist MIT License

Kernel implementation to handle http requests.

Install

Using Composer:

$ composer require qlimix/kernel-http

Testing

To run all unit tests locally with PHPUnit:

$ vendor/bin/phpunit

Quality

To ensure code quality run grumphp which will run all tools:

$ vendor/bin/grumphp run

Contributing

Please see CONTRIBUTING for details.