PHPackages                             tokenly/laravel-event-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. tokenly/laravel-event-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

tokenly/laravel-event-log
=========================

An event logger provider for Laravel.

v3.2.0(7y ago)316.0k5MITPHPPHP &gt;=7.0.0CI failing

Since Feb 6Pushed 6y ago3 watchersCompare

[ Source](https://github.com/tokenly/laravel-event-log)[ Packagist](https://packagist.org/packages/tokenly/laravel-event-log)[ RSS](/packages/tokenly-laravel-event-log/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (13)Used By (5)

An event logger for Laravel. Used by various Tokenly services.

Provides `api.logApiCalls` middleware.

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

[](#installation)

- Install with `composer require tokenly/laravel-event-log`

Usage
-----

[](#usage)

```
use EventLog;

// log events
EventLog::debug('user.loggedIn', ['userId' => $user_id]);

// log exceptions
try {
    // do something here
} catch (Exception $exception) {
    EventLog::logError('action.failed', $e);
}
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 91.3% 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 ~81 days

Recently: every ~68 days

Total

12

Last Release

2910d ago

Major Versions

v1.1.4 → v2.0.02017-10-12

v2.0.1 → v3.0.02017-11-01

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.0

v3.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b86e6a54873d5dd61d3682a3be00127af3b7b2b5c53eb070b160e29789d4c0d?d=identicon)[dweller](/maintainers/dweller)

---

Top Contributors

[![deweller](https://avatars.githubusercontent.com/u/51414?v=4)](https://github.com/deweller "deweller (21 commits)")[![cryptonaut420](https://avatars.githubusercontent.com/u/8463048?v=4)](https://github.com/cryptonaut420 "cryptonaut420 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tokenly-laravel-event-log/health.svg)

```
[![Health](https://phpackages.com/badges/tokenly-laravel-event-log/health.svg)](https://phpackages.com/packages/tokenly-laravel-event-log)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M277](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M344](/packages/open-telemetry-sdk)

PHPackages © 2026

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