Download the PHP package kodamity/laravel-api-usage-pulse without Composer
On this page you can find all versions of the php package kodamity/laravel-api-usage-pulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kodamity/laravel-api-usage-pulse
More information about kodamity/laravel-api-usage-pulse
Files in kodamity/laravel-api-usage-pulse
Package laravel-api-usage-pulse
Short Description API usage cards for Laravel Pulse
License MIT
Homepage https://github.com/kodamity/laravel-api-usage-pulse
Informations about the package laravel-api-usage-pulse
API usage cards for Laravel Pulse
This is package that adds API usage cards and recorders for Laravel Pulse.
Installation
You can install the package via composer:
Recorders
Add recorders configuration inside config/pulse.php
. (If you don\'t have this file make sure you have published the config file of Laravel Pulse using php artisan vendor:publish --tag=pulse-config
)
Requests Statistics recorder
Requests Statistics recorder records the number of requests and the number of successful requests in general for all users. And it records the number of requests and the number of successful requests for each user.
Responses Statistics recorder
Responses Statistics recorder records the average response time and the number of responses by status code group for all users.
Dashboards
To add the card to the Pulse dashboard, you must first publish the vendor view.
Then, you can modify the dashboard.blade.php
file and add the card to the dashboard.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Misha Serenkov
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-api-usage-pulse with dependencies
illuminate/contracts Version ^10.0 || ^11.0 || ^12.0
illuminate/http Version ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0
illuminate/view Version ^10.0 || ^11.0 || ^12.0
laravel/pulse Version ^1.0
livewire/livewire Version ^3.0
spatie/laravel-package-tools Version ^1.16