The backbone for Wordpress Plugin Project
This is the backbone of the Wordpress Plugin Framework, providing necessary classes and interfaces to build a WordPress plugin. This framework-backbone provides:
- Build-Services to build the plugin into a zip-file for the customer
- A plugin extendable class to handle autoload of all necessary files and provide a basic plugin structure
- A Eloquent-like database abstraction layer with MVC-structure
