laravel-debounce
a laravel package that gives you a debounce effect on jobs, notifications and artisan commands with a nice report of occurrences.
File Explorer
Download Latest Version (.zip)- lint.yml
- tests.yaml
- release.yml
- debounceConsole.stub
- debounceJob.queued.stub
- debounceJob.stub
- debounceNotification.stub
- DebounceConsoleCommand.php
- DebounceConsoleMakeCommand.php
- DebounceJobMakeCommand.php
- DebounceNotificationMakeCommand.php
- DebounceTrackable.php
- debounce.php
- Debounceable.php
- DebounceableCommand.php
- DebounceableJob.php
- DebounceableNotification.php
- Trackable.php
- BaseDebouncer.php
- CommandDebouncer.php
- JobDebouncer.php
- NotificationDebouncer.php
- TrackerDebouncer.php
- Debounce.php
- TrackerManager.php
- CacheTracker.php
- Driver.php
- Occurrence.php
- Report.php
- DebounceCommand.php
- DebounceJob.php
- DebounceNotification.php
- Debouncer.php
- DebounceServiceProvider.php
- DebounceCommandTest.php
- DebounceJobTest.php
- DebounceNotificationTest.php
- .gitkeep
- BaseCase.php
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- CONTRIBUTING.md
- LICENSE.md
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/codeartbtw/laravel-debounce
Downloads the entire project code from GitHub to your computer.
cd laravel-debounce
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require zackaj/laravel-debounce
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
