blax-software / wordpress-plugin-framework
There is no license information available for the latest version (v0.1.0) of this package.
Structure to build a good wordpress plugin
v0.1.0
2023-05-31 09:57 UTC
Requires
- php: >=7.4
- symfony/console: ^6.2
Requires (Dev)
- phpunit/phpunit: ^10.1
- symfony/var-dumper: ^6.2
README
TL;DR
The backbone for Wordpress Plugin Project
About
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