Hoping for Alpha 2 release on August
Attempt to create a simple, flexible and powerful php web application engine. Implementing some of the most widely used software engineering techniques and design patterns, making the engine very versatile for any kind of web application and for any size of business.
phpoxide will provide both GUI and coding API for writing and customizing each application to make it unique for individual needs. Aimed to keep minimum requirement, namely php 5.2 with pdo extension to get started.
Along with well designed and architect framework, phpoxide will also provide some core modules to get started without writing a single line of code.
These modules are:
- Member (for login/registration),
- Page (for maintaining static web pages with support of php code snippets),
- Blog (standard blog module right out of the box, including tagging and commenting features).
- Other administration modules such as Admin, Error.
These modules can be customized, extended and also limited for intended purpose.
CURRENT STATUS
Re-factoring. Lots class names are being renamed, moved, deleted and so on. Also some core engine (Front Controller, Command Controller, Action Controller and View Controller) are being modified.
PHASES:
- Architect / Design (DONE)
- Core Development (DONE)
- Re-factoring ( <== CURRENT STATUS )
- Optimizing
- Intensive testing: Unit, Private Beta, Live web applications and more
- Documentation
- Public first beta