Skip to content

Heqiauto/hepc-sdk

Repository files navigation

Hepc SDK

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License

Sdk client for Heqiauto-epc service.

Installation

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.

Usage

use Heqiauto\HepcSdk\HepcClient;
use Heqiauto\HepcSdk\CarBrand;

$client = new HepcClient('api-host', 'your-key', 'your-secret');
$carBrand = new CarBrand($client)
$brands = $carBrand->getCarBrands();

Documents

License

The Hepc SDK is open-sourced software licensed under the Apache License.