wpbones / wpkirk-helpers
Helpers functions for WP Bones Boilerplate plugin
2.0.0
2024-11-15 09:46 UTC
Requires
- php: >=7.4
- symfony/yaml: ^5.0
This package is auto-updated.
Last update: 2024-11-15 09:47:52 UTC
README
WP Kirk Helpers is a (internal) package that provides a set of functions to help you to develop a WP bones Boilerplate plugin.
Installation
You can install third party packages by using:
php bones require wpbones/helpers
I advise to use this command instead of composer require
because doing this an automatic renaming will done.
You can use composer to install this package:
composer require wpbones/helpers
You may also to add "wpbones/wpkirk-helpers": "~1.0"
in the composer.json
file of your plugin:
"require": { "php": ">=7.4.0", "wpbones/wpbones": "~1.7", "wpbones/wpkirk-helpers": "~1.0" },
and run
composer install