WP Kirk Hooks Boilerplate is your starting point to create a WordPress plugin using WP Bones Framework Library.
- PHP 7.4 or higher
git clone -b main https://github.com/wpbones/WPKirk-Hooks-Boilerplate.git <your plugin folder>
cd <your plugin folder>
composer install
You'll find the complete docs here.