Skip to content

TheCodeCompany/wpmvc

Repository files navigation

WPMVC - WordPress MVC Framework

Maintained by: The Code Company

License: ISC

Important

WPMVC is currently in alpha, as such there may be breaking changes introduced on our path to beta/v1.0. While we hope you will find the package useful in its current state you're using it at your own risk.

Overview

This framework is intended to be a thin / lightweight library which provides some core MVC features for building applications with WordPress. You will most likely not interact with this package directly, instead please use the WPMVC Example repository which provides the basis for an mu-plugin using WPMVC as a dependency.

Requirements

  • PHP 8.1+
  • WordPress 6.4+

Roadmap

  • Dependency injection
  • Use of traits for REST, routing etc.
  • Scaffolding and other useful CLI tooling.
  • Better documentation.

Contributing

WPMVC is maintained by The Code Company, while we appreciate feedback and will endeavour to action requests for features/bug fixes this repository is not open to outside contribution at this time. You are, however, free to fork and use WPMVC in any way you see fit as per the ISC license.