Phraw is a micro-framework of only 4KB.
Phraw is born for building small web sites because it don’t need special installations, don’t require a database (but it is possible to add one, also with an ORM) and permit to begin to code in HTML in one minute.
Phraw is indicated for small web sites and small applications because is fast to learn, fast to bootstrap and fast to serve requests.
Some features and benefits:
- Very small and lighweight – only 4 KB (101 lines of code)!
- Flexible – you have the full control of the application
- Very fast to learn – documented code and examples
- It leverages Smarty, the best template engine for PHP (…and you can change it if you want)
- Flexible url routing – great for SEO!
- Template caching – with Smarty
- MVC (and enough flexible to use other patterns)
- Redirects
- Detection and correction of the trailing slash – useful for SEO
The project is pretty new but is already used in production environments. The license is the New BDS, ideal for both open source and commercial projects.
For more informations: http://phraw.dav-muz.net/
Related Blogs