Download the PHP package ultimate-apm/ultimate-laravel without Composer
On this page you can find all versions of the php package ultimate-apm/ultimate-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ultimate-apm/ultimate-laravel
More information about ultimate-apm/ultimate-laravel
Files in ultimate-apm/ultimate-laravel
Informations about the package ultimate-laravel
Real-Time monitoring package using Palzin Monitor
Simple code execution monitoring and bug reporting for Laravel developers.
- Requirements
- Installation
- Configure the Ingestion Key
- Middleware Setup
- Test everything is working
Requirements
- PHP >= 7.2.0
- Laravel >= 5.5
Install
Install the latest version of our package by:
For Lumen
If your application is based on Lumen you need to manually register the UltimateServiceProvider
:
Configure the Ingestion Key
First put the Ingestion Key in your environment file:
You can obtain an ULTIMATE_INGESTION_KEY
creating a new project in your Palzin APM account.
Attach the Middleware
To monitor web requests you can attach the WebMonitoringMiddleware
in your http kernel or use in one or more route groups based on your personal needs.
Test everything is working
Run the command below:
Go to https://www.palzin.app/ to explore your data.
LICENSE
This package is licensed under the MIT license.
All versions of ultimate-laravel with dependencies
illuminate/console Version ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/contracts Version ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0
ultimate-apm/ultimate-php Version ^23.03.08
guzzlehttp/guzzle Version ^5.0 || ^6.0 || ^7.0
vlucas/phpdotenv Version ^2.0 || ^3.0 || ^4.0 || ^5.0