Simple Class to Call CarWeb API
http://www.carweb.co.uk/ - Vehicle Registration lookup
- Requires a CarWeb License
- Small Footprint
- Returns data as JSON or XML.
use CarWeb\API as CarWebCaller;
$c = new CarWebCaller($username, $password, $client_ref, $client_description, $key);
var_dump($c->search("UK REG", "json"));