jansagat / aliexpressapi
Get products from Aliexpress with Aliexpress API
dev-master / 1.0.x-dev
2017-09-08 14:56 UTC
Requires
- php: ~5.6|~7.0
- guzzlehttp/guzzle: ~6.3
Requires (Dev)
- phpunit/phpunit: >=5.4.3
This package is not auto-updated.
Last update: 2025-06-22 07:42:30 UTC
README
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.
src/
tests/
Install
Via Composer
$ composer require jansagat/aliexpressapi
Usage
$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.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email erzhan.sagyt@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.