Sdk client for Heqiauto-epc service.
It's recommended that you use Composer to install this project.
composer require heqiauto/hepc-sdk
This will install the library and all required dependencies. The library requires PHP 5.5 or newer.
use Heqiauto\HepcSdk\HepcClient;
use Heqiauto\HepcSdk\CarBrand;
$client = new HepcClient('api-host', 'your-key', 'your-secret');
$carBrand = new CarBrand($client)
$brands = $carBrand->getCarBrands();
The Hepc SDK is open-sourced software licensed under the Apache License.