heqiauto / hepc-sdk
Sdk client for Heqiauto-epc service
Installs: 651
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 5
Open Issues: 0
pkg:composer/heqiauto/hepc-sdk
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.