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

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

iambib/laravel-hooks
====================

Laravel Hooks and Plugins package

v1.0.0(3y ago)011BSD-3-ClausePHPPHP &gt;= 8.0.2

Since Mar 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/iamBiB/laravel-hooks)[ Packagist](https://packagist.org/packages/iambib/laravel-hooks)[ Docs](https://github.com/iambib/)[ RSS](/packages/iambib-laravel-hooks/feed)WikiDiscussions master Synced today

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

[![](https://camo.githubusercontent.com/68984cf7621df95aedd0a2b67a46e2e144001bc3160d948deecc038338c5a94b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f69616d6269622f6c61726176656c2d686f6f6b732e7376673f7374796c653d666c61742d737175617265)](https://github.com/iambib/laravel-hooks/releases/latest)

Laravel Hooks &amp; Plugins
===========================

[](#laravel-hooks--plugins)

A package that allows you to have hooks and plugins for your laravel application

Description
-----------

[](#description)

Wordpress style hooks and plugins for laravel

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

[](#installation)

```
    composer require iambib/laravel-hooks
```

`config/app.php`

```
	'providers'       => [
	    ...
	    iAmBiB\Hooks\Providers\HookServiceProvider::class,
	]
	'aliases'       => [
	    ...
	    'Hooks' => iAmBiB\Hooks\Facades\Hooks::class,
	]
```

```
    php artisan vendor:publish --tag=iambib-hooks
```

Usage
-----

[](#usage)

See the demo plugin in app/Plugins to execute a hook

```
    execute_hook('hook_name')
```

Support
=======

[](#support)

Hey dude! If you like it .. well [![beers](https://camo.githubusercontent.com/cfad5a164cc9dda21bbca1e83f53726fb2db29c5da944ec34a0a9e844e89981f/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f31663337622e706e67)](https://camo.githubusercontent.com/cfad5a164cc9dda21bbca1e83f53726fb2db29c5da944ec34a0a9e844e89981f/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f31663337622e706e67) or a [![coffee](https://camo.githubusercontent.com/5dbab2895c826dfbceb6f6661d7b3d04882cc0a26b969ea81888c45905af7443/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f323631352e706e67)](https://camo.githubusercontent.com/5dbab2895c826dfbceb6f6661d7b3d04882cc0a26b969ea81888c45905af7443/68747470733a2f2f6769746875622e6769746875626173736574732e636f6d2f696d616765732f69636f6e732f656d6f6a692f756e69636f64652f323631352e706e67) would be nice :D

[![coffee](https://camo.githubusercontent.com/e9aa2120403febc22384c319070cfa5c36d1849fa75fdb74c1dfe83a8c136ef2/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f626c61636b5f696d672e706e67)](https://www.buymeacoffee.com/fhc0C7A)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/192c69fa4d5c5609f566b9e0f6eb0694f5ca3d70c57655189067a9b4dee8c34b?d=identicon)[iamBiB](/maintainers/iamBiB)

---

Top Contributors

[![iamBiB](https://avatars.githubusercontent.com/u/12171894?v=4)](https://github.com/iamBiB "iamBiB (3 commits)")

---

Tags

laravelhooksplugins

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

8015.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k30](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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