MochiPHP is a lightweight framework for PHP that adopts component and page oriented design with a simple database and object-persistence library. Page oriented design: write a class and template pair per page. Form components hide complex HTML markup and user interaction handling. Persistent objects with auto-generated property accessors.
| Tags | framework Web Application development Web php classes object oriented |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | PHP 5 |
| Translations | English Japanese |
Recent releases


Release Notes: This release adds a sample application Simple Blog (/blog/index), which demonstrates many of the MochiPHP features, such as form handling, CRUD operations with object persistence, and AJAX. All the php_value entries have been removed from .htaccess so that it can be run on hosting servers that don't support php_value and it is no longer necessary to modify .htaccess on Windows.


Release Notes: This is the first release.