Skip to content

punch-auto/chrome-data-php-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Chrome Data PHP Wrapper

A PHP wrapper for the Chrome Data Webservices. Feedback or bug reports are appreciated.

Get started


Installation

include('Chromedata.php');

Initialize the class

use TANIOS\Chromedata\Chromedata;
$chromedata = new Chromedata(array(
    'number'      => 'NUMBER',
    'secret'   => 'SECRET',
    'country' => 'COUNTRY',
    'language' => 'LANGUAGE'
));

Get info by VIN

$vin = "VIN_NUMBER";
$response = $chromedata->getCarInfoByVin($vin);
print_r($response);

Credits

Copyright (c) 2017 - Programmed by Sleiman Tanios

About

A PHP wrapper for the Chrome Data Webservices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages