Download the PHP package perfbase/laravel without Composer
On this page you can find all versions of the php package perfbase/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download perfbase/laravel
More information about perfbase/laravel
Files in perfbase/laravel
Package laravel
Short Description A Laravel extension for the Perfbase profiling tool.
License Apache-2.0
Homepage https://github.com/perfbaseorg/laravel
Informations about the package laravel
Perfbase for Laravel
Laravel integration for Perfbase - the PHP profiling service that helps you understand and optimize your application's performance.
Installation
-
Install package to your laravel Project
-
Publish configuration
-
Add basic Perfbase config to your
.env
file -
Add our to your middleware stack
- Start profiling your application!
Sending mode - local buffering
If you'd like to buffer data before sending it to Perfbase, you can configure the PERFBASE_SENDING_MODE
option.
The available sending mode values are:
sync
: Sends data immediately without buffering.database
: Stores data in files before sending it to Perfbase.file
: Caches data in a database table before sending.
Available Commands
Requirements
- PHP 7.4 or higher
- Laravel 8.0 or higher
- Perfbase PHP extension
Contributing
Please see CONTRIBUTING.md for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The Apache License Version 2.0. Please see License File for more information.
All versions of laravel with dependencies
ext-json Version *
ext-zlib Version *
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
perfbase/php-sdk Version v0.2.0
guzzlehttp/guzzle Version ^7.0