iron-io / iron_mq_php

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

Cleaned up the SDK #62

Closed dragonmantank closed 9 years ago

dragonmantank commented 9 years ago

This PR has a few fixes that are introduced:

thousandsofthem commented 9 years ago

Hey @dragonmantank ! Thanks for the effort. Did you check this: https://github.com/iron-io/iron_mq_php#branches ? There are v4 branch exactly for this purpose

dragonmantank commented 9 years ago

Nope, didn't realize that was what that was for. We were directed to use the v3 of the API since we are using hud-e, and were directed to that SDK. I had also noticed that http://dev.iron.io/mq/3/libraries/ is pointing to the v3 branch as well.

Is the v4 branch just a cleanup of v3 (no client-facing programming API changes), or are there any changes between them? If not, I'll move the unit tests and examples over to a PR for v4.

thousandsofthem commented 9 years ago

@dragonmantank v4 is cleaned up copy if v3, yes. None or almost none changes made except moving/separating files, adding namespaces, things like that

dragonmantank commented 9 years ago

I moved this to https://github.com/iron-io/iron_mq_php/pull/63 and against v4