/WordPress-Plugin-Boilerplate

This plugin serves as an empty boilerplate that you can use to base your next WordPress plugin.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

WordPress Plugin Boilerplate

Build Status Coverage Status Scrutinizer Code Quality

WordPress Plugin Boilerplate aims to revolutionize Plugin development for WordPress by

  • Using an MVC approach for pages both on the Front-End and the Back-End
  • Seperate functionality into re-usable libraries and components
  • Make use of the best parts of PHP: Composer, AutoLoading, Unit-Testing...
  • Make use of popular and well-tested frameworks for WordPress, like the Options Framework
  • Offer a modern interface for development: Continuous Integration, Scrutinizer, Grunt, Docker

Credits

BP uses code from the following projects and repositories

BP is influenced by