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

1.0.6 2016-09-27 07:14 UTC

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.