flood/component-route

This package is abandoned and no longer maintained. No replacement package was suggested.

Handling requests and routes them to app logic. With SEO cleaning.

0.3.6 2019-11-03 23:15 UTC

This package is auto-updated.

Last update: 2021-12-11 09:08:46 UTC


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 analyzing
  • flood/component-container for making the route container interoperabel in Flood\*
  • symfony/http-kernel reading the request information
  • symfony/routing building and matching the routes
  • symfony/filesystem reading/writing cache