https://github.com/spekkionu/ironmq-queue-driver
iron.io driver for pmg/queue
https://github.com/spekkionu/ironmq-queue-driver
ironmq pmg-queue queue
Last synced: 3 months ago
JSON representation
iron.io driver for pmg/queue
- Host: GitHub
- URL: https://github.com/spekkionu/ironmq-queue-driver
- Owner: spekkionu
- License: mit
- Created: 2015-09-13T22:57:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T04:26:58.000Z (over 8 years ago)
- Last Synced: 2025-08-16T23:16:37.085Z (8 months ago)
- Topics: ironmq, pmg-queue, queue
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iron.io driver for pmg/queue
==============================
[](https://packagist.org/packages/spekkionu/ironmq-queue-driver)
[](https://packagist.org/packages/spekkionu/ironmq-queue-driver)
[](https://travis-ci.org/spekkionu/ironmq-queue-driver)
[](https://insight.sensiolabs.com/projects/d71544a6-297b-4571-9ec5-7777e4d27def)
[](https://scrutinizer-ci.com/g/spekkionu/ironmq-queue-driver/?branch=master)
[](https://scrutinizer-ci.com/g/spekkionu/ironmq-queue-driver/?branch=master)
```php
'API_TOKEN',
"project_id" => 'PROJECT_ID'
));
$serializer = new NativeSerializer();
$driver = new IronDriver($ironmq, $serializer, [
'timeout' => 2,
'delay' => 0
]);
```