An open API service indexing awesome lists of open source software.

https://github.com/blax-software/wordpress-plugin-framework

Serves a structure and features for WordPress plugin development
https://github.com/blax-software/wordpress-plugin-framework

Last synced: 4 months ago
JSON representation

Serves a structure and features for WordPress plugin development

Awesome Lists containing this project

README

          






[![Latest Stable Version](http://poser.pugx.org/blax-software/wordpress-plugin-framework/v)](https://packagist.org/packages/blax-software/wordpress-plugin-framework) [![Total Downloads](http://poser.pugx.org/blax-software/wordpress-plugin-framework/downloads)](https://packagist.org/packages/blax-software/wordpress-plugin-framework) [![Latest Unstable Version](http://poser.pugx.org/blax-software/wordpress-plugin-framework/v/unstable)](https://packagist.org/packages/blax-software/wordpress-plugin-framework) [![License](http://poser.pugx.org/blax-software/wordpress-plugin-framework/license)](https://packagist.org/packages/blax-software/wordpress-plugin-framework)

## TL;DR

The backbone for [Wordpress Plugin Project](https://github.com/blax-software/wordpress-plugin-project)

## About

This is the backbone of the [Wordpress Plugin Framework](https://github.com/blax-software/wordpress-plugin-project), 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](https://laravel.com/docs/eloquent)-like database abstraction layer with MVC-structure