Maps an HTTP request to a set of configuration variables
...On PHP 8, you can use native attributes to configure routes right away. On PHP 7, where attributes are not available, you can use annotations instead, provided by the Doctrine Annotations library. This configuration tells Symfony to look for routes defined as annotations in any PHP class stored in the src/Controller/ directory.
BGPHist stores MP-BGP updates activity and history into a database.
...For MySql backend there is also a simple PHP frontend.
Possible usages:
1. Monitor and log ISP's customers activity for Internet and VPNs.
2. Use as a passive BGP looking glass for all possible VPNs and Internet.
3. Backend for some external monitoring and accounting system.
BGPHist should be connected to the BGP route reflector as a client to get all routing updates.