iron-io / iron_mq_php

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

Not autoloadable. #17

Closed HelloGrayson closed 11 years ago

HelloGrayson commented 11 years ago

Updating the code to be PSR-0 compliant should allow automatic auto-load in conjunction with Composer.

http://getcomposer.org/doc/01-basic-usage.md#autoloading

Having all classes in one file is a no-no in PHP land.

thousandsofthem commented 11 years ago

PSR-0 require namespaces support - which are not supported by php 5.2. do not want drop 5.2 compatibility - because we have lots of customers sitting on old versions of php