PHPackages                             stormcode/seq-laravel-log - 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. stormcode/seq-laravel-log

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

stormcode/seq-laravel-log
=========================

stormcode/seq-laravel-log sends log records to a Seq-Server.

v1.6(1y ago)15.6k↑216.7%2[1 issues](https://github.com/xTermy/seq-laravel-log/issues)MITPHPPHP ^8.2

Since Mar 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xTermy/seq-laravel-log)[ Packagist](https://packagist.org/packages/stormcode/seq-laravel-log)[ RSS](/packages/stormcode-seq-laravel-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (10)Used By (0)

Laravel Seq Log Handler
=======================

[](#laravel-seq-log-handler)

This package provides a SeqHandler for the [Monolog](https://github.com/Seldaek/monolog) library and Laravel Framework. [Seq](https://getseq.net/) is a log server that runs on a central machine.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.0 or above.

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

[](#installation)

Install the latest version with

```
$ composer require stormcode/seq-laravel-log
```

Laravel Usage
-------------

[](#laravel-usage)

To `config/logging.php` add:

```
'seq' => [
    'driver' => 'monolog',
    'handler' => StormCode\SeqMonolog\Handler\SeqHandler::class,
    'with' => [
        'serverUri' => env('SEQ_URL'),
        'apiKey' => env('SEQ_API_KEY', null),
        'level' => Monolog\Logger::DEBUG,
        'bubble' => true
    ],
    'formatter' => StormCode\SeqMonolog\Formatter\SeqCompactJsonFormatter::class,
    'formatter_with' => [
        'batchMode' => 1, //1 OR 2
    ],
],
```

Then add this to your `.env` file:

```
LOG_CHANNEL=seq

SEQ_URL=http://localhost:5341/
SEQ_API_KEY=YOUR_API_KEY

```

Now you can freely use seq raporting. If you are using many apps in one seq I suggest to add `Channel` variable while defining API\_KEY.

License
-------

[](#license)

This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE.md) file for license rights and limitations.

Thanks
------

[](#thanks)

Many thanks to msschl, who created package [msschl/monolog-seq-handler](https://github.com/msschl/monolog-seq-handler)and [msschl/monolog-http-handler](https://github.com/msschl/monolog-http-handler), which this package is based on. This package is only merge of this two packages and upgrade to php ^8.2 with some changes that was needed to make it work.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Recently: every ~67 days

Total

9

Last Release

522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/739a5adcbf0a73eea3e986c7f19fe4060cac0b903f496b9ae83e9d4fed69fc02?d=identicon)[StormCode](/maintainers/StormCode)

---

Top Contributors

[![xTermy](https://avatars.githubusercontent.com/u/15056366?v=4)](https://github.com/xTermy "xTermy (9 commits)")

---

Tags

handlermonologstructured-loggingseq

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stormcode-seq-laravel-log/health.svg)

```
[![Health](https://phpackages.com/badges/stormcode-seq-laravel-log/health.svg)](https://phpackages.com/packages/stormcode-seq-laravel-log)
```

###  Alternatives

[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)

PHPackages © 2026

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