PHPackages                             larapack/hooks - 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. larapack/hooks

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

larapack/hooks
==============

A Laravel Hook system

v1.0.12(6y ago)2161.5M↓21.9%14[6 issues](https://github.com/larapack/hooks/issues)[1 PRs](https://github.com/larapack/hooks/pulls)20MITPHP

Since Jun 16Pushed 6y ago6 watchersCompare

[ Source](https://github.com/larapack/hooks)[ Packagist](https://packagist.org/packages/larapack/hooks)[ Docs](https://larapack.io/)[ RSS](/packages/larapack-hooks/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (20)

[![Hooks](https://raw.githubusercontent.com/larapack/hooks/master/resources/logo.png)](https://raw.githubusercontent.com/larapack/hooks/master/resources/logo.png)

[![Build Status](https://camo.githubusercontent.com/352cc823e9a0f91ceeb054348234c5fbe1e3a48a5619c3e54ad3fe020e58792b/68747470733a2f2f7472617669732d63692e6f72672f6c6172617061636b2f686f6f6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/larapack/hooks)[![Build Status](https://camo.githubusercontent.com/9fd05eee2ae3bcc2944437ee20f5e2796364d5ead61987cdf3007930b4833c43/68747470733a2f2f7374796c6563692e696f2f7265706f732f37363838333433352f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/76883435/shield?style=flat)[![Total Downloads](https://camo.githubusercontent.com/29dff7ecf5978a94502da62a93c0834526c8b3fa4481de81a7f2aab01245bdf1/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617061636b2f686f6f6b732f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/larapack/hooks)[![Latest Stable Version](https://camo.githubusercontent.com/18e171eb17ff59ff8e932c8908d323ab61e50598425b84b39a32ee500de4dc4a/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617061636b2f686f6f6b732f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/larapack/hooks)[![License](https://camo.githubusercontent.com/39a1aa2208edac7ac273615fdb9baef0126ef815ab0ee65662ab51e16e61d8bd/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617061636b2f686f6f6b732f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/larapack/hooks)

Made with ❤️ by [Mark Topper](https://marktopper.com)

Hooks
=====

[](#hooks)

Hooks is a extension system for your [Laravel](https://laravel.com) application.

Installation
============

[](#installation)

Install using composer:

```
composer require larapack/hooks

```

Then add the service provider to the configuration:

```
'providers' => [
    Larapack\Hooks\HooksServiceProvider::class,
],
```

Packages
========

[](#packages)

Packages can be found on [larapack.io](https://larapack.io).

Integrations
============

[](#integrations)

- [Voyager Hooks](https://github.com/larapack/voyager-hooks) - Hooks supported directly in the Voyager admin panel.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity55

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 92.2% 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 ~77 days

Recently: every ~191 days

Total

13

Last Release

2306d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d02cdb7563da13d24667b14025c67a4e2fc52a104becc8bfe384da21d056768?d=identicon)[marktopper](/maintainers/marktopper)

![](https://www.gravatar.com/avatar/6141a177566f48e0d7d01d88f960e68ef42cdb87d903f6d7ddff17d985435e0e?d=identicon)[fletch3555](/maintainers/fletch3555)

![](https://www.gravatar.com/avatar/5e5f8e26e1ca25e044bd3bc07ef40da5c52ece42432b5adb08a5800dad431b45?d=identicon)[emptynick](/maintainers/emptynick)

---

Top Contributors

[![marktopper](https://avatars.githubusercontent.com/u/2232539?v=4)](https://github.com/marktopper "marktopper (107 commits)")[![emptynick](https://avatars.githubusercontent.com/u/2482942?v=4)](https://github.com/emptynick "emptynick (6 commits)")[![fletch3555](https://avatars.githubusercontent.com/u/1387843?v=4)](https://github.com/fletch3555 "fletch3555 (2 commits)")[![akazorg](https://avatars.githubusercontent.com/u/34574?v=4)](https://github.com/akazorg "akazorg (1 commits)")

---

Tags

hookslaravellaravel-5-packagelaravel-packagelaravel-packageslaravelhooks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/larapack-hooks/health.svg)

```
[![Health](https://phpackages.com/badges/larapack-hooks/health.svg)](https://phpackages.com/packages/larapack-hooks)
```

###  Alternatives

[tormjens/eventy

The WordPress filter/action system in Laravel

439951.1k24](/packages/tormjens-eventy)[larapack/voyager-hooks

Hooks integrated in Voyager

2051.5M28](/packages/larapack-voyager-hooks)[brianhenryie/strauss

Prefixes dependencies namespaces so they are unique to your plugin

190438.1k36](/packages/brianhenryie-strauss)[noerd/noerd

101.4k6](/packages/noerd-noerd)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2714.9k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

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