Wicket like views in PHP. View templates are 100% valid XHTML documents. 20% faster than smarty templates on render and 100x faster on compile. Basic Log4J style logging with detailed log formatters. Basic internationalization support with tight view integration.
Simple Java style Collections (ArrayList, HashMap), Observers and reusable Constraint system.
MySQL DB support with detailed query profiling and local / distributed cache support. Very fast abstraction layer and easy to integrate on any project. Includes Network cache locking.
video tutorials:
http://www.youtube.com/user/foneyop/videos
Features
- Wicket like template system.
- Reusable Constraint system
- Log4J style logger
License
BSD License, GNU General Public License version 2.0 (GPLv2)Follow RoguePHP
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
RoguePHP is a great template engine for people who want to write clean XHTML views with minimal dependencies. It forces a hard separation between view and logic and you may end up putting more code in your controllers for the view tier than you are used to for some odd cases. This does have the nice effect that the views are very clean and can be read in without any modification and edited by tools like dreamweaver. This may be helpful for your designers.