PHPackages                             keldorde/laravel-api-logger - 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. keldorde/laravel-api-logger

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

keldorde/laravel-api-logger
===========================

An API logger channel that can be used to send Log messages to an API endpoint.

1.0.5(1y ago)0429MITPHPPHP ^8.4

Since Dec 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KeldorDE/Laravel-Api-Logger)[ Packagist](https://packagist.org/packages/keldorde/laravel-api-logger)[ RSS](/packages/keldorde-laravel-api-logger/feed)WikiDiscussions main Synced today

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

About
-----

[](#about)

An API logger channel that can be used to send Log messages to an API endpoint.

Usage
-----

[](#usage)

- Export the API logger configuration file
    `php artisan vendor:publish --provider="KeldorDE\ApiLogger\ApiLoggerServiceProvider" --tag="config"`
- Add the following array element to the `channels` array in `config/logging.php`

    ```
    'api' => [
        'driver' => 'custom',
        'via' => \KeldorDE\ApiLogger\Logger\ApiLogChannel::class,
    ],

    ```
- Configure the environment variables
    `LOG_CHANNEL=stack`
    `LOG_STACK=api`
    `LOG_API_ENDPOINT=https://api.example.com/logs/create`
    `LOG_API_TOKEN=some-api-token`
    `LOG_API_USER_AGENT=Some/UserAgent`

Environment variables
---------------------

[](#environment-variables)

See the config/api-logger.php file for detailed descriptions.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~17 days

Total

6

Last Release

478d ago

PHP version history (2 changes)1.0.0PHP ^8.3

1.0.5PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1561404?v=4)[Sébastien](/maintainers/Keldor)[@Keldor](https://github.com/Keldor)

---

Top Contributors

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

---

Tags

laravelloggingphp

### Embed Badge

![Health badge](/badges/keldorde-laravel-api-logger/health.svg)

```
[![Health](https://phpackages.com/badges/keldorde-laravel-api-logger/health.svg)](https://phpackages.com/packages/keldorde-laravel-api-logger)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[laravel/nightwatch

The official Laravel Nightwatch package.

36210.1M36](/packages/laravel-nightwatch)[illuminate/log

The Illuminate Log package.

6225.3M622](/packages/illuminate-log)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)

PHPackages © 2026

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