10quality / wpmvc-mvc
Lightweight MVC for WPMVC (WordPress MVC framework).
Installs: 6 622
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 7
Open Issues: 2
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 9.*
This package is auto-updated.
Last update: 2024-11-05 20:08:36 UTC
README
Forked version for WPMVC.
Lightweight MVC is a small framework that adds Models, Views and Controllers to your custom WordPress plugin or theme.
Lightweight MVC utilices existing WordPress functionality preventing from overloading the already heavy loaded WordPress core.
This framework was inspired by Laravel to add the MVC design pattern to WordPress development in an efficient, elegant and optimized way.
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.