DHL Tracking Api and PHP

前端 未结 4 1556
北恋
北恋 2021-02-09 06:03

I\'m currently working on a project, where i have to get the status of a packet (sent with DHL). I read about the DHL API, which return an XML, but somehow there are no good exa

4条回答
  •  别跟我提以往
    2021-02-09 06:30

    There is also this PHP client that can be used to consume the DHL XML API. It can handle all the different services exposed by DHL.

    https://github.com/alfallouji/DHL-API

    This client does not rely or depend on any framework and it should be fairly easy to integrate with your own code. You can check the samples folder for example on how to use it.

提交回复
热议问题