delphiki / colissimo-api
PHP class taking advantage of the Colissimo's API to get a package delivery status
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 4
Forks: 4
Open Issues: 0
pkg:composer/delphiki/colissimo-api
This package is auto-updated.
Last update: 2025-09-29 01:22:40 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.