PHPackages                             taema/laravel-extended-events - 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. [Framework](/categories/framework)
4. /
5. taema/laravel-extended-events

ActiveLibrary[Framework](/categories/framework)

taema/laravel-extended-events
=============================

Adds a few key events to the Laravel ecosystem

v8.0.1(5y ago)02281[1 PRs](https://github.com/TaemaInc/laravel-extended-events/pulls)PHP

Since May 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/TaemaInc/laravel-extended-events)[ Packagist](https://packagist.org/packages/taema/laravel-extended-events)[ RSS](/packages/taema-laravel-extended-events/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

laravel-extended-events
=======================

[](#laravel-extended-events)

Adds two new key events to the Laravel ecosystem

JobFailedEvent
--------------

[](#jobfailedevent)

`\Taema\LaravelExtendedEvents\Events\JobFailedEvent` is dispatched when a job fails. The job needs to use the trait `Taema\LaravelExtendedEvents\Behavior\InteractsWithQueue` instead of the one provided by Laravel. This enables a way to react to all jobs in the project (Logging or reporting via Sentry for example).

### Event Attributes

[](#event-attributes)

PRopertyTypeDescription$exception\\ExceptionThe caught exception during the job executionAuthorizationFailedEvent
------------------------

[](#authorizationfailedevent)

`\Taema\LaravelExtendedEvents\Events\AuthorizationFailedEvent` is dispatched when a Gate or Policy fails in Laravel. This will help debugging where a 403 comes from.

The package will replace the `Illuminate\Auth\Access\Gate` with `Taema\LaravelExtendedEvents\Services\Gate`

### Event Attributes

[](#event-attributes-1)

PropertyTypeDescription$abilitystringThe tested ability in the Gate or Policy (Usually via the `$this->authorize()` in a controller)$argumentsarrayThe arguments passed to the ability test (Usually one or many Models). Note that even if the argument is passed a scalar value instead of an array it will be converted to an array (Ex. `$this->authorize('view', $movie)` will provide `$arguments === [$movie]`)$userUser|nullThe authenticated user if it was available at the moment of the Gate/Policy failure

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.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 ~156 days

Recently: every ~117 days

Total

6

Last Release

1834d ago

Major Versions

v1.0.0 → v6.0.02020-03-10

v6.0.1 → v7.0.02020-09-24

v7.0.0 → v8.0.02021-01-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1844873?v=4)[Mathieu Tanguay](/maintainers/lunfel)[@lunfel](https://github.com/lunfel)

---

Top Contributors

[![lunfel](https://avatars.githubusercontent.com/u/1844873?v=4)](https://github.com/lunfel "lunfel (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

eventslaravel-eventslaravel-packagereporting

### Embed Badge

![Health badge](/badges/taema-laravel-extended-events/health.svg)

```
[![Health](https://phpackages.com/badges/taema-laravel-extended-events/health.svg)](https://phpackages.com/packages/taema-laravel-extended-events)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M579](/packages/laravel-passport)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M124](/packages/laravel-pulse)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M127](/packages/laravel-mcp)

PHPackages © 2026

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