kevinsimard / laravel-sorted-queue
Laravel sorted queue driver
v1.0.1
2016-09-22 13:27 UTC
Requires
- illuminate/queue: 5.2.*|5.3.*
This package is not auto-updated.
Last update: 2024-11-09 20:17:45 UTC
README
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.