fluf 1.0.4
fluf is a simple PHP micro-framework for the Web. Using fluf is recommended for small to medium PHP-based Web applications. fluf sets up a basic application structure on which features and content can be added. It provides a set of well-written PHP functions to use when developing with PHP.
Features of fluf:
- Extreme lightweight size
- Integrated routing system
- Cookies management
- Sessions management
- Built-in support for AJAX requests
- Plenty of HTTP helpers
- Doesn't pollute the namespace
What's New in This Version:
Fixed:
- Routing issue when using root slash.
- Array `__invoke()` method had malformed code.
- `fluf::$session` and `fluf::$cookie` properties now can be unset using the native `unset()`.
- Invalid parameter name used in `fluf\\Session` and `fluf\\Cookie`.
Added:
- Middleware support for routing.
More popular Framework
- Cakephp 2.3.5 (8 days ago)
- Yii Framework 1.1.13 (4 months 21 days ago)
- CodeIgniter 2.1.2 (10 months 26 days ago)
- Zend Framework 2.2.0 RC1 (17 days ago)
- Symfony framework 2.3.0 RC 1 (7 days ago)
Listing Files

changelog.jsonp- 3.4 KB
- 12/05/2012 18:59:46

fluf.php- 7.2 KB
- 12/05/2012 18:59:46

.htaccess- 139 Bytes
- 12/05/2012 18:59:46

.htaccess- 144 Bytes
- 12/05/2012 18:59:46

index.php- 962 Bytes
- 12/05/2012 18:59:46

index.php- 157 Bytes
- 12/05/2012 18:59:46

readme.md- 1.2 KB
- 12/05/2012 18:59:46

