kevinsimard / laravel-sorted-queue by kevinsimard

Laravel sorted queue driver
9
2
2
Package Data
Maintainer Username: kevinsimard
Maintainer Contact: kev.simard@gmail.com (Kevin Simard)
Package Create Date: 2016-06-26
Package Last Update: 2017-03-23
Language: PHP
License: MIT
Last Refreshed: 2024-04-12 03:03:23
Package Statistics
Total Downloads: 9
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Sorted Queue

Code Structure

├── src
│   ├── Connectors
│   │   └── SortedRedisConnector.php
│   ├── SortedQueueServiceProvider.php
│   └── SortedRedisQueue.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── composer.json

License

This package is open-sourced software licensed under the MIT license.