delphiki / ColissimoAPI

PHP class taking advantage of the Colissimo's API

Home Page:http://www.lackofinspiration.com/news-3-110-l-api-cachee-de-colissimo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColissimoAPI

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.

About

PHP class taking advantage of the Colissimo's API

http://www.lackofinspiration.com/news-3-110-l-api-cachee-de-colissimo.html


Languages

Language:PHP 100.0%