PluginMaster is a WordPress plugin development framework with good structure, easy & elegant syntax. Build your application for WordPress with PluginMaster for better structure, quick development.
we believe PluginMaster is the best choice for building modern full-stack plugin applications.
Let's scroll the home page for overview of PluginMaster
Boot from plugin file
Call YourNamespace\Bootstrap\Bootstrap::boot( __FILE__ )
Register Activation & Deactivation Hooks
Register YourNamespace\Bootstrap\Activation class & index method
for activating
functionalities. Register YourNamespace\Bootstrap\DeActivation class & index
method
for deactivating functionalities.
Boot Application inside plugins_loaded
hook's callback function
with $app->boot()
Initiate Service Providers from app config's providers
and system_providers
keys, listed in config\app.php