mattsplat/vin-decode

There is no license information available for the latest version (dev-master) of this package.

Wrapper to get VIN information

dev-master 2019-05-07 03:30 UTC

This package is auto-updated.

Last update: 2024-10-07 15:39:37 UTC


README

Install

composer require mattsplat/vin-decode

Uses National Highway Traffic Safety Administration's API to determine vehicle information

Use

$vin_decode = new VinDecode();

$vin_decode->setVIN('4G2JB3249VB205377');
$vin_decode->searchVIN();