https://github.com/10quality/wpmvc
WordPress MVC.
https://github.com/10quality/wpmvc
mvc-framework wordpress-mvc wordpress-plugins wordpress-themes
Last synced: 25 days ago
JSON representation
WordPress MVC.
- Host: GitHub
- URL: https://github.com/10quality/wpmvc
- Owner: 10quality
- License: mit
- Created: 2016-09-23T21:51:01.000Z (over 9 years ago)
- Default Branch: v2.0
- Last Pushed: 2026-02-14T12:47:48.000Z (27 days ago)
- Last Synced: 2026-02-14T17:02:21.149Z (27 days ago)
- Topics: mvc-framework, wordpress-mvc, wordpress-plugins, wordpress-themes
- Language: PHP
- Homepage: https://www.wordpress-mvc.com/
- Size: 337 KB
- Stars: 33
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress MVC
[WordPress MVC](https://10quality.github.io/wpmvc/) (WPMVC) framework.
The ultimate WordPress framework for custom Themes and Plugins development.
## The Framework
- [Documentation](https://10quality.github.io/wpmvc/)
* [Setup and install](https://10quality.github.io/wpmvc/docs/category/getting-started)
* [WordPress hooks](https://10quality.github.io/wpmvc/docs/getting-started/routing)
* [MVC](https://10quality.github.io/wpmvc/docs/category/mvc)
## Install
Download composer dependencies:
```bash
composer install --no-plugins
```
Download npm/node dependencies:
```bash
npm install
```
Install Gulp:
```bash
npm install -g gulp-cli
```
Run setup wizard:
```bash
php ayuco setup
```
## Update The Framework
Update composer dependencies:
```bash
composer update --no-plugins
```
Update npm/node dependencies:
```bash
npm update
```
## License
MIT License - (c) 2018 - 2026 [10 Quality](https://10quality.github.io/wpmvc).