OPF
Oliver's Parser Framework
===
A best practice yet simple PHP5 Framework, a few of many of the features are:
- OOP: Supporting many features of modern programming
- MVC: Build on the Model Viewer Controller Architecture
- Small yet Powerful: no unneeded features or any approach of reinventing the wheel
- Optional: Database Abstraction layer and Database integration, currently with support for MySQL based Databases, but easily expandeable to other formats.
- Templating: A built in Templater, that supports Single as well as recursive listing Templates.
- No Extra Plugins needed: We use PHP 5.3.x features, but no PECL or any other plugins that might not be available on a modern secure webserver.
- No Operating System bindings: can be run on any kind of hardware that supports serving php code.
- In depth documentation: Basically everything is documented.
A basic documentation is included within the source itself, just place the folder into the webdir of your webserver, no install needed, nothing to config first. just upload, open the url in your favorite web browser, and get an idea what its about.
for an in depth external documentation you can visit me here: http://www.neverslair-blog.net/docs/opf/
Got any questions? contact me here or via my website contact form: http://www.neverslair-blog.net/contact/contact-me/
Project site including screenshots and instructions: http://www.neverslair-blog.net/projects/opf/
If you are interrested to see some additional plugin examples have a look into the OPF plugin repository: https://github.com/OliverLeitner/OPF_plugins
Of course, like everyone who develops something, id love to know if you use it, and where you use it;-)
greetings Oliver