mattsplat/vin-decode

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

Wrapper to get VIN information

Installs: 128

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mattsplat/vin-decode

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

This package is auto-updated.

Last update: 2025-10-07 17:49:03 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();