wpbones/wpkirk-helpers

Helpers functions for WP Bones Boilerplate plugin

Installs: 219

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wpbones/wpkirk-helpers

2.0.12 2024-11-27 13:13 UTC

This package is auto-updated.

Last update: 2025-09-27 14:48:09 UTC


README

Latest Stable Version   Latest Unstable Version   Total Downloads   License   Monthly Downloads

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