clubduece/wpmvcbase

MVC style framework for WordPress plugin development


Keywords
plugins, mvc, wordpress
License
GPL-2.0

Documentation

WP MVC Base

TravisCI: Build Status

Scrutinizer-CI: Scrutinizer Quality Score

Coveralls: Coverage Status

VersionEye: Dependency Status

The purpose of this project is to create a base, mvc-style framework for rapid WordPress plugin development. To that end, this framework includes models for custom post types, metaboxes, screen help tabs, etc.

This project is still in early development. As a result there is no guarantee of backwards compatibility at this time.

Documentation

Detailed documentation is currently under development. Feel free to clone this repository to your local web server to view the documentation.

Contributions

Anyone is welcome to contribute to this project. Before contributing code, however, please read the Coding Standards wiki page.

There are various ways you can contribute to the project:

  1. Raise an Issue on GitHub
  2. Send us a bug fix, enhancement, phpunit test or feature implementation via Pull Request
  3. Send us documentation updates via Pull Request
  4. Translate WP MVC Base into other languages
  5. Provide feedback and suggestions for enhancements

Changelog

Version 0.3.1

  • Bug

    • [WPMVCB-36] - Fix label for custom post type published message
  • Improvement

    • [WPMVCB-34] - Change taxonomy model menu_name argument