1of0 / league-route
A league/route fork that does not force the league/container dependency
2.0.0-RC1
2015-10-01 16:50 UTC
Requires
- php: >=5.4.0
- league/container: ^2.0.2
- nikic/fast-route: ^0.6
- psr/http-message: ~1.0
Requires (Dev)
- phpunit/phpunit: ^4.0
Replaces
- orno/http: ~1.0
- orno/route: ~1.0
This package is not auto-updated.
Last update: 2024-11-15 19:50:38 UTC
README
This package is compliant with PSR-1, PSR-2, PSR-4 and PSR-7. If you notice compliance oversights, please send a patch via pull request.
Install
Via Composer
$ composer require league/route
Requirements
The following versions of PHP are supported by this version.
- PHP 5.4
- PHP 5.5
- PHP 5.6
- HHVM
Documentation
Route has full documentation, powered by Jekyll.
Contribute to this documentation in the gh-pages branch.
Todo
- Add knowledge of variadic uri wildcard arguments to
MethodArgumentStrategy
. (Blocked by changes to Container).
Testing
$ vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
All Orno\Route
contributions can be found here.
License
The MIT License (MIT). Please see License File for more information.