fluf
fluf copied to clipboard
A Fast, Minimalistic, Micro Routing / Web Application Framework for PHP5; Modeled after Sinatra.

A Fast, Minimalistic, Micro Routing / Web Application Framework for PHP5.
fluf allows you to quickly start routing, simplify code, keep the namespace clean, and keeps you + your codebase sane.
<?
require_once 'lib/fluf.php';
fluf\get('/', function () {
echo 'Hello World!';
});
Features
- Utilizes own namespace to keep application namespace clean.
- Robust Routing system with Request management.
- Simplifies Session, Cookie, and File coding.
- HTTP Helpers; (Ajax, Redirection, etc...)
- Small footprint, and minimalistic codebase.
Community
- Join #fluf on irc.esper.net
- Follow Nijikokun on twitter
- Wiki (Coming Soon)
- Read the Documentation
License
Attribute Only (Public) License Version 0.6, Dec 03, 2012
Copyright (C) Nijiko Yonskai [email protected] (@nijikokun)