https://github.com/srwiez/queue-size-health-check
Check the queue size with Spatie Health Package
https://github.com/srwiez/queue-size-health-check
check laravel php
Last synced: 11 months ago
JSON representation
Check the queue size with Spatie Health Package
- Host: GitHub
- URL: https://github.com/srwiez/queue-size-health-check
- Owner: SRWieZ
- License: mit
- Created: 2023-11-03T15:01:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T15:42:28.000Z (over 1 year ago)
- Last Synced: 2025-03-18T11:39:28.323Z (over 1 year ago)
- Topics: check, laravel, php
- Language: PHP
- Homepage: https://srwiez.com/open-source
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laravel queue size check






This package is for the people that prefer to use Spatie Health check package instead of `php artisan queue:monitor`
## Installation
Requirement : Before installing this package, please install and configure [Spatie Laravel Health](https://github.com/spatie/laravel-health).
```bash
composer require srwiez/queue-size-health-check
```
## Usage
```php
use QueueSizeCheck\QueueSizeCheck;
QueueSizeCheck::new()
->queue('static_cache', 3)
->queue('default', 100),
```
## Contribute / Roadmap
Hey, pull-request are welcome!
## Credits
Laravel queue size check was created by Eser DENIZ.
## License
Laravel queue size check PHP is licensed under the MIT License. See LICENSE for more information.