dashifen / wordpress-php7-plugin-boilerplate
An object-oriented boilerplate for WordPress plugins using features of PHP 7.1.
Installs: 76
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/dashifen/wordpress-php7-plugin-boilerplate
Requires
- php: >=7.1
- dashifen/exception: ^1
README
This is simply my version of the WordPress plugin boilerplate. You can learn all about it at http://wppb.io/.
My version uses namespaces and other OOP practices to enhance the boilerplate turning it into something that can become a composer dependence of other plugins.