<?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.
<?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.