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 1mo ago

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

34

—

LowBetter than 77% of packages

Maintenance45

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

423d ago

PHP version history (2 changes)1.0.0PHP ^8.3

1.0.5PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/30c7c4d0b7ecf0ab09aee077580bbf76bd0ccafa2a598d210ebd34fdb38f6098?d=identicon)[Keldor](/maintainers/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

[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[rafaellaurindo/laravel-telegram-logging

Send Laravel logs to a Telegram chat via Telegram Bot.

3326.8k](/packages/rafaellaurindo-laravel-telegram-logging)

PHPackages © 2026

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