Fluf Save

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

Project README

fluf logo

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)

Contributors

Open Source Agenda is not affiliated with "Fluf" Project. README Source: nijikokun/fluf
Stars
40
Open Issues
2
Last Commit
11 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating