camanru/tecdoc

2017年第二季度Tecdoc php类,用于Laravel

安装: 3

依赖项: 0

建议者: 0

安全性: 0

类型:

0.4.0 2018-01-12 10:11 UTC

This package is not auto-updated.

Last update: 2020-05-19 10:34:41 UTC


README

Laravel 5的Tecdoc类

使用

$tecdoc = new Tecdoc();
$tecdoc->setType('passenger');
$brands = $tecdoc->getBrands();
$models = $tecdoc->getModels($brand_id);