PHPackages                             cavin-kim/laravel-terminal-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. cavin-kim/laravel-terminal-logger

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

cavin-kim/laravel-terminal-logger
=================================

A Laravel package to log all http requests, queries, and views in the terminal.

v1.1.7(1y ago)115MITPHPPHP ^8.0

Since Mar 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cavin-kim/Laravel-Terminal-Logger)[ Packagist](https://packagist.org/packages/cavin-kim/laravel-terminal-logger)[ RSS](/packages/cavin-kim-laravel-terminal-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (9)Used By (0)

**`laravel-terminal-logger`**:

---

Laravel Terminal Logger
=======================

[](#laravel-terminal-logger)

A lightweight Laravel package to log HTTP requests, responses, database queries, and rendered views directly to the terminal or log files.

Features
--------

[](#features)

- Logs detailed HTTP requests (method, URL, headers, body).
- Logs HTTP responses (status code, content).
- Logs all database queries with execution time.
- Logs rendered views with associated data.
- Easy installation and configuration.

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

[](#installation)

1. Install the package via Composer:

    ```
    composer require cavin-kim/laravel-terminal-logger
    ```
2. Publish the configuration file:

    ```
    php artisan vendor:publish --tag=config
    ```
3. Start your Laravel server:

    ```
    php artisan serve
    ```

Configuration
-------------

[](#configuration)

You can customize logging behavior by editing `config/terminal-logger.php`:

```
return [
    'log_requests' => true,
    'log_responses' => true,
    'log_queries' => true,
    'log_views' => true,
];
```

Usage
-----

[](#usage)

Once installed, the package will automatically log everything based on your configuration. No additional setup is required.

Support
-------

[](#support)

If you encounter any issues or have suggestions, feel free to open an issue on the [GitHub repository](https://github.com/cavin-kim/laravel-terminal-logger).

---

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

8

Last Release

409d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/345a4c1eb5ea5099b6b38b4c319006fb0eed8ca3902ffa8cfbc819cf487de1a3?d=identicon)[cavin-kim](/maintainers/cavin-kim)

---

Top Contributors

[![cavin-kim](https://avatars.githubusercontent.com/u/107536681?v=4)](https://github.com/cavin-kim "cavin-kim (18 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cavin-kim-laravel-terminal-logger/health.svg)

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

###  Alternatives

[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[hryha/laravel-request-logger

A Laravel package to log requests and responses

102.2k](/packages/hryha-laravel-request-logger)

PHPackages © 2026

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