Phraw is a micro-framework intended for small Web sites. It is lightweight, flexible, and very fast to learn. It leverages Smarty as its template engine and does not require a database.
| Tags | PHP framework Mini micro |
|---|---|
| Licenses | New BSD |
| Operating Systems | all |
| Implementation | PHP |
| Translations | English |
Recent releases


Release Notes: Rain TPL template engine: very fast but also very simple, session handling customizable and replaceable, 3 routing methods (equal comparison, regular expression, and regular expression in parentheses like Django), custom routing, tree route (a flexible way to route through a hierarchy of pages in one shot), full documentation, and unit tests.


Release Notes: New features include redirects, detection and correction of the trailing slash, a new function for client error headers, a new function for success headers, a bulk route for static pages of arrays, the add_include_path() function, and the get_current_domain() function. The global variables DEBUG and RESOURCES_DIR are now set by default if they are not present.