https://github.com/wpbones/wpkirk-helpers
Helpers functions for WP Bones Boilerplate plugin
https://github.com/wpbones/wpkirk-helpers
Last synced: 3 months ago
JSON representation
Helpers functions for WP Bones Boilerplate plugin
- Host: GitHub
- URL: https://github.com/wpbones/wpkirk-helpers
- Owner: wpbones
- License: bsd-2-clause
- Created: 2024-10-15T10:01:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:14:14.000Z (over 1 year ago)
- Last Synced: 2025-04-03T11:12:31.082Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Kirk Helpers
[](https://packagist.org/packages/wpbones/wpkirk-helpers)
[](https://packagist.org/packages/wpbones/wpkirk-helpers)
[](https://packagist.org/packages/wpbones/wpkirk-helpers)
[](https://packagist.org/packages/wpbones/wpkirk-helpers)
[](https://packagist.org/packages/wpbones/wpkirk-helpers)
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:
```sh
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:
```sh
composer require wpbones/helpers
```
You may also to add `"wpbones/wpkirk-helpers": "~1.0"` in the `composer.json` file of your plugin:
```json
"require": {
"php": ">=7.4.0",
"wpbones/wpbones": "~1.7",
"wpbones/wpkirk-helpers": "~1.0"
},
```
and run
```sh
composer install
```