knot-lib / http
HTTP support library for kNot framework.
This package's canonical repository appears to be gone and the package has been frozen as a result.
0.3.0
2021-06-06 06:53 UTC
Requires
- php: >=7.2
- ext-json: *
- knot-lib/kernel: ~0.8
- knot-lib/services: ~0.4
- psr/http-server-middleware: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^8.5.15
README
Description
HTTP support library for kNot framework.
Feature
Demo
Usage
Requirement
PHP 7.2 or later
Installing knot-lib/http
The recommended way to install knot-lib/http is through Composer.
composer require knot-lib/http
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
License
Author
Disclaimer
This software is no warranty.
We are not responsible for any results caused by the use of this software.
Please use the responsibility of the your self.