iron_mq_php
iron_mq_php copied to clipboard
PHP client for IronMQ.
i could not find any source of setting the `Content-Type` headers for the curl call against the `postMessage()` function, previously i used to post messages using native curl like below...
I get this error for only some of my users and I really have no idea how to debug it. I personally cannot recreate it but it's happening to others...
Hello, I have seen parameter "error_queue" in library https://github.com/iron-io/iron_mq_php#create-a-queue. Is it possible to set it in config and how ? Is there an API to query this error queue to...
Hi all, I have a current production app using laravel 4.2. Previously I set the IronMQ configs in config/queue.php and any Mail::queue would use this iron driver from config/queue.php automatically....
Recently we've update library to version 4.0.0 We've modify the code with: // The call looks like ``` $ironmq = new \IronMQ\IronMQ(array( "token" => "xxx", "project_id" => "xxx", ) );...
I am using [Laravel Queues](https://laravel.com/docs/5.1/queues) and I am using [IronMQ](https://github.com/iron-io/iron_mq_php) for it. But I have little bit confusion about how this process. I have set my default connection in `queue.php...
Any way to do this currently with this library? Seems to be supported by the API, but the library applies the delay to all the messages.
So I just updated to version 4.0.2 but the IronMQ class is actually 3.0.3 (the non namespaced version). Please tag a 4.0.3 with the right classes
Msg encryption
here's a copy of my composer.json ``` json { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "laravel/framework": "5.0.*", "barryvdh/laravel-ide-helper": "~2.0", "videlalvaro/php-amqplib": "2.2.*",...