Download or Clone

Download the latest release of WordPress MVC (WPMVC) framework as a Zip file or as a Tar.gz file. Alternatively, you can clone it from Github.

Packages, modules and other repositories

Below is the list of the framework’s packages (modules). Report your issues at the Github‘s repositories.

Core package module. It contains the Main class, global functions, and other root classes.

Lightweight model-view-controller package module. It contains the MVC engine and all base-model classes.

Cache package module. It contains the cache system.

Logger package module. It contains the logging system.

WordPress file system wrapper used by the cache and logger systems.

Commands package module. It contains all the Ayuco commands.

Command line interpreter for scaffolding.

Gulp tasks. It contains tasks for asset compilations and project deployment.

Additional modules

Below is the list of additional modules not included in the framework by default. These modules can be added to a project if required.

Database package module. It contains a SQL query builder and base-models for custom data tables.

Curl wrapper for easy calling to APIs or any other web service.

Other repositories

Below is the list of other repositories, not strictly related to the framework.

The WordPress theme developed using WordPress MVC for this website.