Just Another Router and Loader
Set up simple-yet-effective
- Request routing
- Error handling and logging
- Autoloading, supporting namespaced classes
- Secure data handling
- XSS-sanitized inputs
- Encrypted sessions
Anything else.
- Have a front-controller that does nothing but include bootstrap.php
- Develop with error reporting at the default levels provided in the config file (-1)
- Monitor your logs
- Turn off
display_errors
in your config when deployed to public-facing environments