calgamo / router
Router library for Calgamo Framework.
Installs: 1 309
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- calgamo/cache: ~0.1
- calgamo/config: ~0.1
- calgamo/exception: ~0.1
- calgamo/filesystem: ~0.1
- calgamo/util: ~0.1
Requires (Dev)
- mikey179/vfsstream: 1.3.*
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.3.0
- stk2k/decoy: 0.2.*@dev
This package is auto-updated.
Last update: 2019-11-19 21:31:22 UTC
README
Description
Calgamo/Router is a library of router for Calgamo Framework.
Feature
- Routing callback intarface(RoutedCalbackInterface)
How to use
Usage
Requirement
PHP 7.1 or later
Installing calgamo/router
The recommended way to install calgamo/router is through Composer.
composer require calgamo/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.