This class can be used to wrap the service of the requests to all pages of a site using a single PHP script.
It takes as argument an array that defines the mapping patterns of request URI to wrapper scripts that should be executed within a safe container when the given URI patterns are matched.
If a wrapper script sets an error variable, the generates a 403 forbidden access HTTP error page.
Request URIs that do not match any pattern make the class generate a 404 not found HTTP error page.
The content outputted by the wrapper script is buffered by the class. It can optionally be served in a compressed format.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (83.3%) |
Sufficient (75.0%) |
Good (83.3%) |
- |
- |
Sufficient (61.7%) |
596 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.