LaravelPackages.net
Acme Inc.
Toggle sidebar
elwafa/laravel-request-tracker

A Laravel package to track requests

161.810
2
1.7.4
About elwafa/laravel-request-tracker

elwafa/laravel-request-tracker is a Laravel package for a laravel package to track requests. It currently has 2 GitHub stars and 161.810 downloads on Packagist (latest version 1.7.4). Install it with composer require elwafa/laravel-request-tracker. Discover more Laravel packages by elwafa or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart