db306 / WordPress-Plugin-Boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:PHP 82.6%Language:JavaScript 9.6%Language:Shell 6.4%Language:Smarty 1.1%Language:CSS 0.3%