PHPackages                             tobono/acorn-hook - 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. tobono/acorn-hook

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

tobono/acorn-hook
=================

A WordPress Hook API wrapper for acorn

041PHP

Since Jul 2Pushed 1y agoCompare

[ Source](https://github.com/tobono/acorn-hook)[ Packagist](https://packagist.org/packages/tobono/acorn-hook)[ RSS](/packages/tobono-acorn-hook/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Acorn Hook
==========

[](#acorn-hook)

A package for [Acorn](https://github.com/roots/acorn) or [Sage 10](https://github.com/roots/sage) based projects that wraps WordPress Hook API.

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

[](#installation)

Install via composer:

```
composer require tobono/acorn-hook
```

Usage
-----

[](#usage)

**Example**

```
//...
    use Tobono\Hook\Facades\Action;
    use Tobono\Hook\Facades\Filter;

    // do_action, do_action_ref_array
    Action::dispatch('orderPlaced', $order);

    // apply_filters, apply_filters_ref_array
    $postTitle = Filter::dispatch('the_title', $postTitle, $postId);

//...
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9248d3f10f642abed3f9e1917f35d60f2a463e77bdc7fb4f644eabb1868ed4aa?d=identicon)[bahreynipour](/maintainers/bahreynipour)

---

Top Contributors

[![bahreynipour](https://avatars.githubusercontent.com/u/42486020?v=4)](https://github.com/bahreynipour "bahreynipour (1 commits)")

### Embed Badge

![Health badge](/badges/tobono-acorn-hook/health.svg)

```
[![Health](https://phpackages.com/badges/tobono-acorn-hook/health.svg)](https://phpackages.com/packages/tobono-acorn-hook)
```

###  Alternatives

[delight-im/str

Convenient object-oriented operations on strings

68336.2k2](/packages/delight-im-str)

PHPackages © 2026

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