📄️ Cache
The framework includes an integrated Cache system, which is a wrapped/modified version of phpFastCache. It supports multiple storage types such as:
📄️ Logger
The Logger component provides a simple static interface to record messages, debugging values, and errors into a log file. It is a lightweight wrapper around an internal logging driver and is used across the WPMVC framework to monitor application state, errors, and runtime data.
📄️ Localization
The framework supports WordPress localization files (.pot, .po, and .mo files).
📄️ Testing
WordPress MVC (WPMVC) includes built-in support for unit testing using PHPUnit integrated with the WordPress Test Suite.
📄️ Deployment
The Deployment documentation covers how to prepare a WordPress MVC (WPMVC) project for production, including building distributable packages and publishing WordPress plugins.
📄️ Helpers
This page documents the global helper functions included with the WordPress MVC (WPMVC) core. These functions can be used anywhere in a WordPress project (themes, plugins, etc.) without manually importing classes.
📄️ Add-Ons
WordPress MVC (WPMVC) supports Add-Ons — external packages that extend your project with new functionality. Add-Ons act as modular extensions built specifically for the framework.