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

This package is auto-updated.

Last update: 2024-10-23 16:50:04 UTC


README


Latest Stable Version Total Downloads Latest Unstable Version License

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