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
- Host: GitHub
- URL: https://github.com/blax-software/wordpress-plugin-framework
- Owner: blax-software
- Created: 2023-05-20T07:16:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T16:01:08.000Z (about 2 years ago)
- Last Synced: 2025-06-02T16:27:58.346Z (about 1 year ago)
- Language: PHP
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/blax-software/wordpress-plugin-framework) [](https://packagist.org/packages/blax-software/wordpress-plugin-framework) [](https://packagist.org/packages/blax-software/wordpress-plugin-framework) [](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