delphiki / colissimo-api
PHP class taking advantage of the Colissimo's API to get a package delivery status
1.0.6
2016-09-27 07:14 UTC
This package is auto-updated.
Last update: 2024-11-29 03:58:13 UTC
README
Usage
<?php try{ $colis = new ColissimoAPI(); $colis->setImageDir('tmp/'); // optionnal, default: images/ $res = $colis->getStatus('XXXXXXXXXXXXX'); } catch(Exception $e){ echo $e->getMessage(); }
More info about the Colissimo API.