Download the PHP package tideways/laravel-octane-middleware without Composer
On this page you can find all versions of the php package tideways/laravel-octane-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tideways/laravel-octane-middleware
More information about tideways/laravel-octane-middleware
Files in tideways/laravel-octane-middleware
Package laravel-octane-middleware
Short Description Integrates with Laravel Octane for Tideways PHP Monitoring, Profiling, Exception-Tracking
License MIT
Homepage https://github.com/tideways/laravel-octane-middleware
Informations about the package laravel-octane-middleware
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
You can install the package via composer:
composer require tideways/laravel-octane-middleware
Usage
Register the Middleware in your Laravel Middleware stack:
Install Tideways PHP extension for PHP 8 and configure the API Key via php.ini or additional configuration files tideways.ini:
More details on how to install and get the API Key in the Tideways docs:
https://support.tideways.com/documentation/setup/installation/api-key.html
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
The MIT License (MIT). Please see License File for more information.