mattsplat/vin-decode

该包最新版本(dev-master)没有可用的许可证信息。

获取VIN信息的包装器

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

This package is auto-updated.

Last update: 2024-09-07 15:34:02 UTC


README

安装

composer require mattsplat/vin-decode

使用美国国家公路交通安全管理局的API确定车辆信息

使用

$vin_decode = new VinDecode();

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