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.5(5mo ago)8161.8k↓28.6%5MITPHPPHP ^8.0CI passing

Since Apr 7Pushed 2mo 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 1mo ago

READMEChangelog (6)Dependencies (3)Versions (11)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

53

—

FairBetter than 97% of packages

Maintenance81

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.4% 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 ~284 days

Recently: every ~173 days

Total

7

Last Release

160d 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 (39 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] (11 commits)")[![tolry](https://avatars.githubusercontent.com/u/259744?v=4)](https://github.com/tolry "tolry (3 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

[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)[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)
