flood / component-route
Handling requests and routes them to app logic. With SEO cleaning.
Requires
- php: >=7.1
- flood/component-container: ^0.5
- flood/component-performancemonitor: ^0.5
- symfony/filesystem: ^4.2
- symfony/http-kernel: ^4.2
- symfony/routing: ^4.2
README
Flood\Component\Route
composer require flood/component-route
- when using as module in an existing app
composer create-project flood/component-route
- when using standalone
Usage
Flood\Component\Route uses a routing Hook files route
to check if the active request got some execution that should be done.
Licence
This project is free software distributed under the terms of two licences, the CeCILL-C and the GNU Lesser General Public License. You can use, modify and/ or redistribute the software under the terms of CeCILL-C (v1) for Europe or GNU LGPL (v3) for the rest of the world.
This file and the LICENCE.* files need to be distributed and not changed when distributing. For more informations on the Licences which are applied read: LICENCE.md
Copyright
2017 - 2018 | bemit UG (haftungsbeschränkt) - project@we.bemit.eu
Setup
Dependencies
flood/component-performancemonitor
for performance analyzingflood/component-container
for making the route container interoperabel inFlood\*
symfony/http-kernel
reading the request informationsymfony/routing
building and matching the routessymfony/filesystem
reading/writing cache