iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

Support for peek, touch, and release #11

Closed frommww closed 11 years ago

frommww commented 11 years ago

Add support in the library for peek, touch, and release.

http://dev.iron.io/mq/reference/api/#peek_messages_on_a_queue http://dev.iron.io/mq/reference/api/#touch_a_message_on_a_queue http://dev.iron.io/mq/reference/api/#release_a_message_on_a_queue

thousandsofthem commented 11 years ago

Done