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.5(2w ago)028.0k—7.7%Apache-2.0PHPPHP &gt;=7.2 &lt;9

Since Apr 17Pushed 2w 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 2d ago

READMEChangelogDependencies (8)Versions (7)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

46

—

FairBetter than 92% of packages

Maintenance97

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Recently: every ~197 days

Total

6

Last Release

17d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12771923?v=4)[Atatus](/maintainers/atatus)[@atatus](https://github.com/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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.0k14](/packages/tallstackui-tallstackui)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)

PHPackages © 2026

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