https://github.com/blax-software/wordpress-plugin-project
A wordpress plugin template
https://github.com/blax-software/wordpress-plugin-project
wordpress wordpress-boilerplate wordpress-development wordpress-plugin
Last synced: 5 months ago
JSON representation
A wordpress plugin template
- Host: GitHub
- URL: https://github.com/blax-software/wordpress-plugin-project
- Owner: blax-software
- Created: 2023-05-20T08:58:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T16:00:08.000Z (about 2 years ago)
- Last Synced: 2025-04-09T21:49:18.746Z (about 1 year ago)
- Topics: wordpress, wordpress-boilerplate, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage: https://www.blax.at
- Size: 135 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/blax-software/wordpress-plugin-project) [](https://packagist.org/packages/blax-software/wordpress-plugin-project) [](https://packagist.org/packages/blax-software/wordpress-plugin-project) [](https://packagist.org/packages/blax-software/wordpress-plugin-project)
## 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](https://github.com/blax-software/wordpress-plugin-framework)
- A [Eloquent](https://laravel.com/docs/eloquent)-like database abstraction layer with MVC-structure
- A [build-tool](https://github.com/blax-software/wordpress-plugin-project/blob/main/build.php) to build the plugin into a zip-file for the customer
## Installation
1. Set-up with composer (recommended)
```shell
composer create-project blax-software/wordpress-plugin-project my-plugin
```
1. Composer automatically executes the setup script. If you want to run it manually, execute:
```shell
php interact plugin:setup
```
1. ???
1. Profit