media-store-net / wp-plugin-core
Core functionality and libraries for Wordpress Plugin (a light weight plugin template with composer and MVC).
v1.0.6
2025-03-04 15:53 UTC
Requires
- php: >=7.4
- amostajo/phpfastcache: ^3.0
- katzgrau/klogger: dev-master
- media-store-net/wp-mvc-core: ^v1.0.1
README
This is a forked old version of amostajo/wordpress-plugin-core
Core library (A Wordpress template that comes with composer and MVC);
Installation
Add
"media-store-net/wp-plugin-core" : "1.0.*"
to your composer.json. Then run composer install
or composer update
.
Coding Guidelines
The coding is a mix between PSR-2 and Wordpress PHP guidelines.
License
Lightweight MVC is free software distributed under the terms of the MIT license.