https://github.com/firehed/jarl
Just A Router and Loader
https://github.com/firehed/jarl
Last synced: about 1 year ago
JSON representation
Just A Router and Loader
- Host: GitHub
- URL: https://github.com/firehed/jarl
- Owner: Firehed
- Created: 2012-08-20T04:37:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-20T05:12:49.000Z (almost 14 years ago)
- Last Synced: 2025-02-13T22:27:01.977Z (over 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JARL
Just Another Router and Loader
## What this does
Set up simple-yet-effective
* Request routing
* Error handling and logging
* Autoloading, supporting namespaced classes
* Secure data handling
* XSS-sanitized inputs
* Encrypted sessions
## What this does not do
Anything else.
## Use
1. Have a front-controller that does nothing but include bootstrap.php
## Best Practices
* 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