mosaicphp / routing
dev-master
2016-07-16 11:30 UTC
Requires
- php: >=7.0.0
- container-interop/definition-interop: ~0.2.0
- mosaicphp/common: dev-master
Requires (Dev)
- mockery/mockery: 1.0.x-dev
- nikic/fast-route: ~0.7.0
- phpunit/phpunit: ^5.1
Suggests
- nikic/fast-route: FastRoute as route dispatcher implementation (~0.7.0)
This package is not auto-updated.
Last update: 2024-10-26 20:20:47 UTC
README
Routing component
Mosaic is a collection of component interfaces which allow the end user complete control over which components to use and which implementations.
This in turn provides great flexibility and reduces coupling between the application and libraries.
By using Mosaic, a project can enjoy clear, user focused components that will always maintain compatibility with the surrounding ecosystem, without choosing a full-stack solution that could limit the application's options