ciarans / CarWeb

Simple API Class to Call CarWeb API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarWeb-API

Simple Class to Call CarWeb API

http://www.carweb.co.uk/ - Vehicle Registration lookup

Features

  • Requires a CarWeb License
  • Small Footprint
  • Returns data as JSON or XML.

Example

use CarWeb\API as CarWebCaller;
$c = new CarWebCaller($username, $password, $client_ref, $client_description, $key);
var_dump($c->search("UK REG", "json"));

About

Simple API Class to Call CarWeb API


Languages

Language:PHP 100.0%