PHPackages                             lpcs007/ae-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lpcs007/ae-php-sdk

ActiveLibrary[API Development](/categories/api)

lpcs007/ae-php-sdk
==================

AliExpress PHP SDK adapted for Composer installation

06.8k↓22.6%1PHP

Since Oct 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/luizsilva-dev/ae_php_sdk)[ Packagist](https://packagist.org/packages/lpcs007/ae-php-sdk)[ RSS](/packages/lpcs007-ae-php-sdk/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

AliExpress PHP SDK
==================

[](#aliexpress-php-sdk)

This is a PHP SDK for AliExpress, adapted from the original SDK to be Composer-friendly. It allows developers to easily integrate with AliExpress services and APIs using PHP.

Features
--------

[](#features)

- Composer compatibility for easy installation and autoloading (PSR-4).
- Provides a simple interface to interact with AliExpress APIs.
- Log management and request handling built-in.

Installation
------------

[](#installation)

You can install the SDK via Composer. Simply add the repository to your `composer.json` file and require the package:

```
composer require lpcs007/ae_php_sdk
```

Usage
-----

[](#usage)

Once installed, you can use the SDK to interact with AliExpress services as follows:

```
use AliExpress\Sdk\IopClient;

$client = new IopClient($url, $appKey, $secretKey);
// Now you can use $client to make API requests.
```

For more detailed examples, refer to the `demo` directory included in this repository.

Documentation
-------------

[](#documentation)

This SDK was adapted from the original AliExpress SDK. You can find the full documentation for the AliExpress API at:

[AliExpress API Documentation](https://openservice.aliexpress.com/doc/doc.htm)

Please refer to the official documentation for more details on the available methods, endpoints, and authentication requirements.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Contributing
------------

[](#contributing)

Feel free to submit issues or pull requests if you have any suggestions or improvements.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6bcfcae590230884024ca8a101da0e2f6d4ef7af0deb1b1abb8d2d1ce57d028?d=identicon)[luizsilva-dev](/maintainers/luizsilva-dev)

### Embed Badge

![Health badge](/badges/lpcs007-ae-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lpcs007-ae-php-sdk/health.svg)](https://phpackages.com/packages/lpcs007-ae-php-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
