PHPackages                             tideways/laravel-octane-middleware - 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. tideways/laravel-octane-middleware

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

tideways/laravel-octane-middleware
==================================

Integrates with Laravel Octane for Tideways PHP Monitoring, Profiling, Exception-Tracking

v1.6(1mo ago)8164.8k↑110.7%4MITPHPPHP ^8.0CI passing

Since Apr 7Pushed 1w ago3 watchersCompare

[ Source](https://github.com/tideways/laravel-octane-middleware)[ Packagist](https://packagist.org/packages/tideways/laravel-octane-middleware)[ Docs](https://github.com/tideways/laravel-octane-middleware)[ RSS](/packages/tideways-laravel-octane-middleware/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (6)Versions (13)Used By (0)

Tideways Middleware for Laravel Octane
======================================

[](#tideways-middleware-for-laravel-octane)

This package connects a Laravel Octance application with Tideways for PHP Monitoring, Profiling and Exception Tracking.

It provides a Laravel HTTP middleware that starts Tideways based on the Laravel Request object state.

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

[](#installation)

You can install the package via composer:

```
composer require tideways/laravel-octane-middleware

```

Usage
-----

[](#usage)

Register the Middleware in your Laravel Middleware stack:

```
class Kernel extends HttpKernel
{
    protected $middleware = [
        \Tideways\LaravelOctane\OctaneMiddleware::class,
        // ...
    ];

    // ...
}
```

Install Tideways PHP extension for PHP 8 and configure the API Key via php.ini or additional configuration files tideways.ini:

```
tideways.api_key=abcdefg

```

More details on how to install and get the API Key in the Tideways docs:

Known Issues
------------

[](#known-issues)

- Triggering traces via Chrome Extension requires Tideways PHP Extension version 5.3.16 and up
- Laravel framework spans and events in Profiler require Tideways PHP Extension version 5.3.16 and up

License
-------

[](#license)

The MIT License (MIT). Please see License File for more information.

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance95

Actively maintained with recent releases

Popularity39

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 58.2% 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 ~267 days

Recently: every ~189 days

Total

8

Last Release

45d ago

Major Versions

v0.1.0 → v1.02021-09-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/892698bb1d3f6dae0e3a44abe3e26920ddb4eb000c6c583c87b4db5e5027e166?d=identicon)[beberlei](/maintainers/beberlei)

---

Top Contributors

[![TimWolla](https://avatars.githubusercontent.com/u/209270?v=4)](https://github.com/TimWolla "TimWolla (46 commits)")[![beberlei](https://avatars.githubusercontent.com/u/26936?v=4)](https://github.com/beberlei "beberlei (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![tolry](https://avatars.githubusercontent.com/u/259744?v=4)](https://github.com/tolry "tolry (6 commits)")[![adhocore](https://avatars.githubusercontent.com/u/2908547?v=4)](https://github.com/adhocore "adhocore (1 commits)")[![edorian](https://avatars.githubusercontent.com/u/247397?v=4)](https://github.com/edorian "edorian (1 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tideways-laravel-octane-middleware/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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