Skip to content

Instantly share code, notes, and snippets.

@bboer
bboer / CarQueryAPI.php
Created November 1, 2013 06:41
CarQueryAPI Sample CLass for PHP
<?php
/**
* Sample implementation fo the CarQueryAPI Json database
*/
class CarQueryAPI
{
/**
* @var string Url to the CarQueryAPI database
*/
protected $apiUrl = 'http://www.carqueryapi.com/api/0.3/?cmd=';