Skip to content

yerzhansa/aliexpressapi

Repository files navigation

:AliExpress Api PHP package

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages