heqiauto / hepc-sdk
Sdk client for Heqiauto-epc service
1.3.11
2020-05-28 07:11 UTC
Requires
- php: >=5.5
Requires (Dev)
- php-coveralls/php-coveralls: ~2.0
- phpunit/phpunit: ~4.0
README
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.