PHPackages                             haegemon/lara-find-event - 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. haegemon/lara-find-event

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

haegemon/lara-find-event
========================

Lara findEvent is a small library that enabled after find event for laravel model

074PHP

Since Feb 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/haegemon/lara-find-events)[ Packagist](https://packagist.org/packages/haegemon/lara-find-event)[ RSS](/packages/haegemon-lara-find-event/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaraFindEvent
=============

[](#larafindevent)

Small library that enabled after find event at laravel

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

[](#installation)

Require this package in your `composer.json` file:

`"haegemon/lara-find-events": "dev-master"`

...then run `composer update` to download the package to your vendor directory.

Usage
-----

[](#usage)

The feature is exposed through a trait that add new functionality to object. Event handler can be describe any standart way. For example we could create a Photos model like this:

```
use Eloquent\LaraFindEvents\LaraFindEvents as LaraFindEvents;

class Photo extends Eloquent
{
    use LaraFindEvents;

    public static function boot()
    {
        parent::boot();

        static::found(function (WildPlant $wildPlant) {
            var_dump('Iamfound', $wildPlant->id);
            return true;
        });
    }
}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a541369d8adb813085c4e2dd170b57b3947798acf8f3cc354d4da5869f429657?d=identicon)[haegemon](/maintainers/haegemon)

---

Top Contributors

[![haegemon](https://avatars.githubusercontent.com/u/717337?v=4)](https://github.com/haegemon "haegemon (8 commits)")

### Embed Badge

![Health badge](/badges/haegemon-lara-find-event/health.svg)

```
[![Health](https://phpackages.com/badges/haegemon-lara-find-event/health.svg)](https://phpackages.com/packages/haegemon-lara-find-event)
```

PHPackages © 2026

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