knot-lib / router
Router 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 08:31 UTC
Requires
- php: >=7.2
- knot-lib/cache: ~0.1
- knot-lib/config: ~0.1
- knot-lib/exception: ~0.1
- stk2k/file-system: ~0.1
- stk2k/util: ~0.1
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^8.5.15
This package is auto-updated.
Last update: 2023-09-06 14:00:41 UTC
README
Description
knot-lib/Router is a library of router for kNot Framework.
Feature
- Routing callback intarface(RoutedCalbackInterface)
How to use
Usage
Requirement
PHP 7.2 or later
Installing knot-lib/router
The recommended way to install knot-lib/router is through Composer.
composer require knot-lib/router
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
License
This library is licensed under the MIT 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.