An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# WP Kirk Helpers

[![Latest Stable Version](https://poser.pugx.org/wpbones/wpkirk-helpers/v/stable?style=for-the-badge)](https://packagist.org/packages/wpbones/wpkirk-helpers)  
[![Latest Unstable Version](https://poser.pugx.org/wpbones/wpkirk-helpers/v/unstable?style=for-the-badge)](https://packagist.org/packages/wpbones/wpkirk-helpers)  
[![Total Downloads](https://poser.pugx.org/wpbones/wpkirk-helpers/downloads?style=for-the-badge)](https://packagist.org/packages/wpbones/wpkirk-helpers)  
[![License](https://poser.pugx.org/wpbones/wpkirk-helpers/license?style=for-the-badge)](https://packagist.org/packages/wpbones/wpkirk-helpers)  
[![Monthly Downloads](https://poser.pugx.org/wpbones/wpkirk-helpers/d/monthly?style=for-the-badge)](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
```