alfallouji / DHL-API

This library provides a PHP client for the DHL XML Services. DHL XML Services is an online web services integration capability that provides DHL’s service availability, transit times, rates, shipment and courier pickup booking along with shipment tracking from over 140 countries around the world. Using DHL’s XML Services, customers can incorporate DHL shipping functionality into their websites, customer service applications or order processing systems.
191 stars 148 forks source link

Simplify integration of API by making it into a Composer package #8

Closed pthurmond closed 9 years ago

pthurmond commented 9 years ago

You could greatly simplify the use of this API if you turn this into a PHP Composer package (http://getcomposer.org) and then submit it to Packagist (https://packagist.org/). This would also take care of the auto-loader for you and it would allow this to be integrated with a number of systems.

Thanks! Patrick

alfallouji commented 9 years ago

Hello Patrick,

Its done. Thank you for your suggestion.