dev-master
9999999-dev https://github.com/nirjharlo/wp-plugin-frameworkA framework for quick production of WordPress plugins.
GPL-2.0-or-later
The Requires
- php >=5.3.0
by Nirjhar Lo
wordpress framework
A framework for quick production of WordPress plugins.
A lightweight foundation for rapid WordPress plugin development. The framework provides reusable classes for common tasks such as database setup, custom post types, REST API endpoints and more. Build feature rich plugins without rewriting boilerplate every time., (*1)
composer install
For production use composer install --no-dev
., (*3)
wp-plugin-framework.php
and Plugin/PluginLoader.php
to match your plugin name.PluginLoader
, keeping class instantiation clean and testable.PluginLoader
to keep everything organised.Pull requests are welcome. For major changes please open an issue first to discuss what you would like to change., (*4)
GPL-2.0-or-later. See LICENSE., (*5)
See CHANGELOG for release notes., (*6)
A framework for quick production of WordPress plugins.
GPL-2.0-or-later
wordpress framework