PHPackages                             atatus/atatus-octane - 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. atatus/atatus-octane

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

atatus/atatus-octane
====================

Atatus APM monitoring for Octane

v1.0.4(11mo ago)024.8k↓18%Apache-2.0PHPPHP &gt;=7.2 &lt;9

Since Apr 17Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/atatus/atatus-octane)[ Packagist](https://packagist.org/packages/atatus/atatus-octane)[ Docs](https://github.com/atatus/atatus-octane)[ RSS](/packages/atatus-atatus-octane/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Atatus Laravel Octane Middleware
================================

[](#atatus-laravel-octane-middleware)

The Atatus Laravel Octane Middleware enables the automatic instrumentation of API requests, capturing them and sending data to [Atatus for analysis](https://www.atatus.com).

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2.0
- Laravel &gt;= 5.5

How to install
--------------

[](#how-to-install)

Via Composer

```
composer require atatus/atatus-octane
```

or add `atatus/atatus-octane` to your `composer.json` file accordingly.

How to use
----------

[](#how-to-use)

### Add to Middleware

[](#add-to-middleware)

To monitor web requests, you can attach the `WebRequestMonitoring` middleware within the `web` and `api` middleware groups in the `App/Http/Kernel.php` file as shown below:

```
// In App/Http/Kernel.php

protected $middlewareGroups = [
    'web' => [
        ...,
        \Atatus\Laravel\Octane\Middleware\WebRequestMonitoring::class,
    ],

    'api' => [
        ...,
        \Atatus\Laravel\Octane\Middleware\WebRequestMonitoring::class,
    ]
]
```

LICENSE
-------

[](#license)

This package is licensed under the [MIT](LICENSE) license.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance52

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Total

5

Last Release

339d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82a726c025bc988a34b50ee085cff12504f237b6faab160bdb7df1b248836a7d?d=identicon)[atatus](/maintainers/atatus)

---

Top Contributors

[![saranRe](https://avatars.githubusercontent.com/u/111440681?v=4)](https://github.com/saranRe "saranRe (7 commits)")

---

Tags

monitoringapmoctaneintegrationatatus

### Embed Badge

![Health badge](/badges/atatus-atatus-octane/health.svg)

```
[![Health](https://phpackages.com/badges/atatus-atatus-octane/health.svg)](https://phpackages.com/packages/atatus-atatus-octane)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[jackwh/laravel-new-relic

Monitor your Laravel application performance with New Relic

112827.2k](/packages/jackwh-laravel-new-relic)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)[scoutapp/scout-apm-laravel

Scout Application Performance Monitoring Agent - https://scoutapm.com

23831.3k](/packages/scoutapp-scout-apm-laravel)

PHPackages © 2026

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