https://github.com/dashifen/wordpress-php7-plugin-boilerplate
A plugin boilerplate using features up to and including php 7.1
https://github.com/dashifen/wordpress-php7-plugin-boilerplate
php php71 wordpress wordpress-development wordpress-plugin wordpress-plugin-boilerplate
Last synced: 5 months ago
JSON representation
A plugin boilerplate using features up to and including php 7.1
- Host: GitHub
- URL: https://github.com/dashifen/wordpress-php7-plugin-boilerplate
- Owner: dashifen
- License: mit
- Created: 2017-09-04T19:12:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T11:42:30.000Z (over 8 years ago)
- Last Synced: 2025-02-13T12:24:18.504Z (over 1 year ago)
- Topics: php, php71, wordpress, wordpress-development, wordpress-plugin, wordpress-plugin-boilerplate
- Language: PHP
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Plugin Boilerplate
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.