PHPackages                             industrious/wp-helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. industrious/wp-helpers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

industrious/wp-helpers
======================

A WP Helpers package.

v1.0(3y ago)0120MITPHPPHP ^8.0

Since Apr 26Pushed 2y agoCompare

[ Source](https://github.com/effect-digital/wp-helpers)[ Packagist](https://packagist.org/packages/industrious/wp-helpers)[ Docs](https://github.com/industrious-mouse/wp-helpers)[ RSS](/packages/industrious-wp-helpers/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (6)Versions (27)Used By (0)

[![Build Status](https://camo.githubusercontent.com/1f9815aa4caeb6401d670bf527f1da8c03445ce5e0f5f8baf4ce153b837d84b3/68747470733a2f2f7472617669732d63692e6f72672f696e6475737472696f75732f77702d68656c706572732e737667)](https://travis-ci.org/industrious/wp-helpers)[![Total Downloads](https://camo.githubusercontent.com/f88dd958e2d4cbfd6f482b5af04eedfb38b44aacb5a2746bd5fc1a1605983280/68747470733a2f2f706f7365722e707567782e6f72672f696e6475737472696f75732f77702d68656c706572732f642f746f74616c2e737667)](https://packagist.org/packages/industrious/wp-helpers)[![Latest Stable Version](https://camo.githubusercontent.com/0514fe7ae3832e1134a8b654025991a4cdf81a57ee74450d8e4cd20f024bd97a/68747470733a2f2f706f7365722e707567782e6f72672f696e6475737472696f75732f77702d68656c706572732f762f737461626c652e737667)](https://packagist.org/packages/industrious/wp-helpers)[![License](https://camo.githubusercontent.com/90fce8514b82e20e713bdc553d2c8f76d17a2584a9b6255d6b0820b42e638525/68747470733a2f2f706f7365722e707567782e6f72672f696e6475737472696f75732f77702d68656c706572732f6c6963656e73652e737667)](https://packagist.org/packages/industrious/wp-helpers)

Introduction
------------

[](#introduction)

industrious/wp-helpers is a \[\[\]\].

License
-------

[](#license)

industrious/wp-helpers is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Installation
------------

[](#installation)

To get started with industrious/wp-helpers, use Composer to add the package to your project's dependencies:

```
composer require industrious-mouse/wp-helpers

```

Examples
========

[](#examples)

Validation Helpers
------------------

[](#validation-helpers)

Below is an example of how you might be able to use the ValidatesRequests trait, to validate a form.

```
use ValidatesRequests;

/**
 *
 */
public function __construct()
{
    $data = [
        'abc' => '123',
        'def' => '123',
    ];

    $rules = [
        'abc' => 'required',
        'def' => 'required',
    ];

    $errors = $this->validate($data, $rules);

    if (! $errors) {
        wp_send_json_success();
    }

    wp_send_json_error([
        'errors' => $errors->toArray()
    ]);
}

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Recently: every ~196 days

Total

25

Last Release

1241d ago

Major Versions

v0.30 → v1.02023-02-04

PHP version history (4 changes)0.1PHP &gt;=5.6.4

0.24PHP &gt;=5.5

v0.27PHP &gt;=7.1

v0.30PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4e4c666d8933ea89562350bd66ab2928949fab1fb7c17289f6d0b4448f5b17c?d=identicon)[industrious-mouse](/maintainers/industrious-mouse)

![](https://avatars.githubusercontent.com/u/740172?v=4)[Christian Thomas](/maintainers/christian-thomas)[@christian-thomas](https://github.com/christian-thomas)

---

Top Contributors

[![christian-thomas](https://avatars.githubusercontent.com/u/740172?v=4)](https://github.com/christian-thomas "christian-thomas (41 commits)")

---

Tags

wordpresshelperswp

### Embed Badge

![Health badge](/badges/industrious-wp-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/industrious-wp-helpers/health.svg)](https://phpackages.com/packages/industrious-wp-helpers)
```

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2082.5k25](/packages/ronasit-laravel-helpers)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
