sfneal / tracking
Add persistent traffic, action & activity tracking to a Laravel Application through middleware & events/listeners
Installs: 2 041
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=7.4
- ext-json: *
- jenssegers/agent: ^2.6
- sfneal/actions: ^2.0
- sfneal/address: ^1.2.9
- sfneal/array-helpers: ^3.3
- sfneal/controllers: ^2.1
- sfneal/datum: ^1.5
- sfneal/laravel-helpers: ^2.1.1
- sfneal/models: ^2.2
- sfneal/observables: ^1.0
- sfneal/queueables: ^2.0
- sfneal/scopes: ^1.0
- sfneal/string-helpers: ^1.0
- sfneal/time-helpers: ^1.0
- sfneal/users: ^1.0
Requires (Dev)
- orchestra/testbench: ^6.24.1|^7.0
- phpunit/phpunit: ^9.3
- scrutinizer/ocular: ^1.8
- sfneal/mock-models: >=0.9
README
Add persistent traffic, action & activity tracking to a Laravel Application through middleware & events/listeners.
Installation
You can install the package via composer:
composer require sfneal/tracking
To make use of database migration, publish the Service Provider.
php artisan vendor:publish --provider="Sfneal\Tracking\Providers\TrackingServiceProvider"
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email stephen.neal14@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.