kevinsimard/laravel-sorted-queue

Laravel sorted queue driver

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

pkg:composer/kevinsimard/laravel-sorted-queue

v1.0.1 2016-09-22 13:27 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:50:48 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.