PHPackages                             mrpk-dev/voyager-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. mrpk-dev/voyager-hooks

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

mrpk-dev/voyager-hooks
======================

Hooks integrated in Voyager

v1.2.4(5y ago)0461MITPHP

Since Aug 21Pushed 5y agoCompare

[ Source](https://github.com/mrpk-dev/voyager-hooks)[ Packagist](https://packagist.org/packages/mrpk-dev/voyager-hooks)[ Docs](https://larapack.io/)[ RSS](/packages/mrpk-dev-voyager-hooks/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (16)Used By (1)

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

[![Build Status](https://camo.githubusercontent.com/7c3c324aba2301db4e342de2d833fe0a53a75f45cb2078457a7fe0c0f0b610ea/68747470733a2f2f7472617669732d63692e6f72672f6c6172617061636b2f766f79616765722d686f6f6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/larapack/voyager-hooks)[![Build Status](https://camo.githubusercontent.com/ee99b985ac79d3564e4f11ce0263c3ebd6cecc400e077d1434097a2760ab6d34/68747470733a2f2f7374796c6563692e696f2f7265706f732f37363937353431312f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/76975411/shield?style=flat)[![Total Downloads](https://camo.githubusercontent.com/99a357e66522eab4e902f8fba07c170076bf57112a196c3888ac505e773c0e35/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617061636b2f766f79616765722d686f6f6b732f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/larapack/voyager-hooks)[![Latest Stable Version](https://camo.githubusercontent.com/0063521cfd0ab9ee13bc5ccc3d8681401b3ad18fe8b67b641230b8fff33222cb/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617061636b2f766f79616765722d686f6f6b732f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/larapack/voyager-hooks)[![License](https://camo.githubusercontent.com/e6203c6e9c2af1e0ee87fc4a1de1e244fc112649d2f5fef12bed23a53388c20d/68747470733a2f2f706f7365722e707567782e6f72672f6c6172617061636b2f766f79616765722d686f6f6b732f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/larapack/voyager-hooks)

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

Voyager Hooks
=============

[](#voyager-hooks)

[Hooks](https://github.com/larapack/hooks) system integrated into [Voyager](https://github.com/the-control-group/voyager).

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

[](#installation)

Install using composer:

```
composer require larapack/voyager-hooks

```

Then add the service provider to the configuration (optional on Laravel 5.5+):

```
'providers' => [
    Larapack\VoyagerHooks\VoyagerHooksServiceProvider::class,
],
```

In order for Voyager to automatically check for updates of hooks, add the following to your console kernel:

```
protected function schedule(Schedule $schedule)
{
    $schedule->command('hook:check')->sundays()->at('03:00');
}
```

That's it! You can now visit your Voyager admin panel and see a new menu item called `Hooks` have been added.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~91 days

Recently: every ~164 days

Total

14

Last Release

1997d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20d6b7f1c3cdb4765667d12d7d9e7b501cc31905fc6a1fa2f3bc669845fb61f2?d=identicon)[mrk](/maintainers/mrk)

---

Top Contributors

[![marktopper](https://avatars.githubusercontent.com/u/2232539?v=4)](https://github.com/marktopper "marktopper (50 commits)")[![emptynick](https://avatars.githubusercontent.com/u/2482942?v=4)](https://github.com/emptynick "emptynick (4 commits)")[![akazorg](https://avatars.githubusercontent.com/u/34574?v=4)](https://github.com/akazorg "akazorg (4 commits)")[![mrpk-dev](https://avatars.githubusercontent.com/u/32854794?v=4)](https://github.com/mrpk-dev "mrpk-dev (3 commits)")[![jeffochoa](https://avatars.githubusercontent.com/u/8247079?v=4)](https://github.com/jeffochoa "jeffochoa (1 commits)")[![fletch3555](https://avatars.githubusercontent.com/u/1387843?v=4)](https://github.com/fletch3555 "fletch3555 (1 commits)")[![MrCrayon](https://avatars.githubusercontent.com/u/6875243?v=4)](https://github.com/MrCrayon "MrCrayon (1 commits)")[![superhaggis](https://avatars.githubusercontent.com/u/314841?v=4)](https://github.com/superhaggis "superhaggis (1 commits)")

---

Tags

laravelhooksvoyager

### Embed Badge

![Health badge](/badges/mrpk-dev-voyager-hooks/health.svg)

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

###  Alternatives

[larapack/voyager-hooks

Hooks integrated in Voyager

2031.5M28](/packages/larapack-voyager-hooks)[tormjens/eventy

The WordPress filter/action system in Laravel

438912.9k16](/packages/tormjens-eventy)[larapack/hooks

A Laravel Hook system

2171.5M21](/packages/larapack-hooks)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

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