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

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

tmdan/laravel-api-logger
========================

Api Requests Logger for Laravel framework

v1.0.14(4y ago)46.6k↓48.2%1MITPHPPHP ^7.3|^8.0

Since May 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tmdan/laravel-api-logger)[ Packagist](https://packagist.org/packages/tmdan/laravel-api-logger)[ RSS](/packages/tmdan-laravel-api-logger/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

Laravel API Logger
==================

[](#laravel-api-logger)

This is a small package that can helps in debugging api logs. It can log request method, url, request payload, which models are retrieved, controller and method.

[![screenshot](screenshot.png)](screenshot.png)

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

[](#installation)

1. Install the package via composer

```
composer require tmdan/laravel-api-logger
```

Usage
-----

[](#usage)

2. Publish the config file with:

```
php artisan vendor:publish --provider="Tmdan\ApiLogger\Providers\ApiLoggerServiceProvider"
```

3. Run commands:

```
php artisan migrate
```

4. Add to your .env file:

```
API_LOGGER_ENABLED=true
```

5. Done!

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Recently: every ~25 days

Total

15

Last Release

1726d ago

PHP version history (2 changes)v1.0.0PHP ^7.3

v1.0.9PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![tmdan](https://avatars.githubusercontent.com/u/21098757?v=4)](https://github.com/tmdan "tmdan (23 commits)")

---

Tags

tmdan

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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