blax-software / wordpress-plugin-project
A WordPress plugin template to get you started quickly.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4
- blax-software/wordpress-plugin-framework: dev-main
- symfony/console: ^6.2
- symfony/var-dumper: ^6.2
README
About
This is a WordPress-Plugin-Project-Template providing essential tools, classes and interfaces to get started quickly with a new WordPress plugin. This project template provides:
- Tools, extendables and more from Wordpress Plugin Framework
- A Eloquent-like database abstraction layer with MVC-structure
- A build-tool to build the plugin into a zip-file for the customer
Installation
-
Set-up with composer (recommended)
composer create-project blax-software/wordpress-plugin-project my-plugin
-
Composer automatically executes the setup script. If you want to run it manually, execute:
php interact plugin:setup
-
???
-
Profit