codeinc / router-annotation-resolver
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Code Inc.'s router resolver using Doctrine's annotation system to detect and configure request handlers
1.1.0
2018-11-07 16:02 UTC
Requires
- php: >=7.1
- codeinc/directory-classes-iterator: ^1.0
- codeinc/router: ^4
- doctrine/annotations: ^1.6
- doctrine/cache: ^1.8
Requires (Dev)
- codeinc/error-renderer: ^1.2
- codeinc/router: 4.x@dev
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2020-02-07 20:48:03 UTC
README
This package provides a resolver for Code Inc.'s router using Doctrine's annotation reader to detect and configure request handlers.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/router-annotation-resolver
License
This library is published under the MIT license (see the LICENSE
file).