PHPackages                             enalog/enalog-php - 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. enalog/enalog-php

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

enalog/enalog-php
=================

EnaLog PHP SDK

v0.3.0(2y ago)111MITPHPPHP ^8.2.0

Since Jul 17Pushed 2y agoCompare

[ Source](https://github.com/enteka-software/enalog-php)[ Packagist](https://packagist.org/packages/enalog/enalog-php)[ RSS](/packages/enalog-enalog-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

enalog-php
==========

[](#enalog-php)

### Installation

[](#installation)

```
composer require enalog/enalog-php

```

### Usage

[](#usage)

**Sending Events**

```
use EnaLog\EnaLogClient;

$enalogClient = new EnaLogClient('api-token');

$enalogClient->pushEvent([
    'project' => 'hello-world',
    'name' => 'testing-php',
    'description' => 'hello world event description',
    'icon' => '👀',
    'tags' => ['hello', 'world'],
    'meta' => ['meta' => 'data'],
    'channels' => [],
    'user_id' => '1234'
]);
```

---

> **Requires [PHP 8.2+](https://php.net/releases/)**

🧹 Keep a modern codebase with **Pint**:

```
composer lint
```

✅ Run refactors using **Rector**

```
composer refacto
```

⚗️ Run static analysis using **PHPStan**:

```
composer test:types
```

✅ Run unit tests using **PEST**

```
composer test:unit
```

🚀 Run the entire test suite:

```
composer test
```

**Skeleton PHP** was created by **[Nuno Maduro](https://twitter.com/enunomaduro)** under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

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

Every ~0 days

Total

5

Last Release

1033d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/064af0899ba7aa96ac71e5fb7cf3cdbc2f50c6d943c84410ade060dbc9b41369?d=identicon)[enalog](/maintainers/enalog)

---

Top Contributors

[![NWBY](https://avatars.githubusercontent.com/u/25590354?v=4)](https://github.com/NWBY "NWBY (6 commits)")

---

Tags

phpenalog

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/enalog-enalog-php/health.svg)

```
[![Health](https://phpackages.com/badges/enalog-enalog-php/health.svg)](https://phpackages.com/packages/enalog-enalog-php)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[amirbagh75/smsir-php

Unofficial sms.ir PHP Package

181.2k](/packages/amirbagh75-smsir-php)

PHPackages © 2026

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