:AliExpress Api PHP package
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*2)
src/
tests/
Install
Via Composer, (*3)
``` bash
$ composer require jansagat/aliexpressapi, (*4)
## Usage
``` php
$obj = new \AliExpressApi\AliExpress();
$obj->setFields('productUrl,imageUrl,localPrice,productId');
$obj->setAppKey(#####);
$result = $obj->getListPromotionProduct('car');
Change log
Please see CHANGELOG for more information on what has changed recently., (*5)
Testing
bash
$ composer test, (*6)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*7)
Security
If you discover any security related issues, please email erzhan.sagyt@gmail.com instead of using the issue tracker., (*8)
Credits
License
The MIT License (MIT). Please see License File for more information., (*9)