Download the PHP package delboy1978uk/bone-firewall without Composer
On this page you can find all versions of the php package delboy1978uk/bone-firewall. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download delboy1978uk/bone-firewall
More information about delboy1978uk/bone-firewall
Files in delboy1978uk/bone-firewall
Package bone-firewall
Short Description Firewall package for Bone Framework
License MIT
Informations about the package bone-firewall
bone-firewall
Firewall package for controlling Bone Framework vendor package routes.
installation
Use Composer
usage
Simply add to the config/packages.php
blocking routes
And add a list of blockedRoutes
to your config. As an example here, package delboy1978uk/bone-user
has an endpoint
for a visitor to register a user account. If you don't want endpoints like these exposed you can add the path that is
configured in the package's addRoutes(Container $c, Router $router)
method that adds the routes, you can use the
wildcard strings too as shown here.
adding middleware
Sometimes you might want to add middleware to a route coming from a vendor package, you can do this also by adding the following config key. Each key can hold either an actual instance of the middleware, a string representing the middleware which would be found in the container, or an array of either if you wish to add multiple middlewares.
All versions of bone-firewall with dependencies
delboy1978uk/barnacle Version ^2.3
delboy1978uk/bone-http Version ^2.4
delboy1978uk/bone-router Version ^1.4
psr/http-message Version ^2.0
psr/http-server-middleware Version ^1.0