Looking to hire Laravel developers? Try LaraJobs

laravel-request-tracker maintained by elwafa

Description
A Laravel package to track requests
Author
Last update
2025/04/13 10:55 (dev-custom-log)
License
Downloads
160 057

Comments
comments powered by Disqus

Laravel Request Tracker

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Track Laravel Requests with its response and use third party services to track requests.

Installation

You can install the package via composer:

composer require elwafa/laravel-request-tracker

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-request-tracker-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-request-tracker-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-request-tracker-views"

Usage

$laravelRequestTracker = new Elwafa\LaravelRequestTracker();
echo $laravelRequestTracker->echoPhrase('Hello, Elwafa!');

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.