PHPackages                             theprosolutionx/aliexpress-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. theprosolutionx/aliexpress-php-sdk

ActiveLibrary[API Development](/categories/api)

theprosolutionx/aliexpress-php-sdk
==================================

PHP SDK for AliExpress API integration

0191PHP

Since Jun 11Pushed 1y agoCompare

[ Source](https://github.com/theprosolutionx/aliexpress-php-sdk)[ Packagist](https://packagist.org/packages/theprosolutionx/aliexpress-php-sdk)[ RSS](/packages/theprosolutionx-aliexpress-php-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#aliexpress-php-sdk)

PHP SDK for integrating with AliExpress APIs

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

[](#installation)

```
composer require theprosolutionx/aliexpress-php-sdk
```

Usage
-----

[](#usage)

```
require_once __DIR__.'/vendor/autoload.php';

use AliExpress\IopClient;
use AliExpress\IopRequest;

$client = new IopClient('YOUR_APP_KEY', 'YOUR_APP_SECRET');
$request = new IopRequest('/api_endpoint', 'POST');
$request->addApiParam('param1', 'value1');

$response = $client->execute($request);
print_r($response);
```

Configuration
-------------

[](#configuration)

Set your API credentials in environment variables:

```
export ALIEXPRESS_APP_KEY='your_app_key'
export ALIEXPRESS_APP_SECRET='your_app_secret'
```

Examples
--------

[](#examples)

See the `demo/` directory for complete usage examples:

- Simple API call demo
- File upload demo
- Internal API demo

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

[](#contributing)

1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

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/a006a4c3be91ac86d309fe804f09e101a93674fa0c2b0d84f826915e0bfcc07b?d=identicon)[theprosolutionx](/maintainers/theprosolutionx)

---

Top Contributors

[![Meeralamin](https://avatars.githubusercontent.com/u/25921641?v=4)](https://github.com/Meeralamin "Meeralamin (2 commits)")[![theprosolutionx](https://avatars.githubusercontent.com/u/202771096?v=4)](https://github.com/theprosolutionx "theprosolutionx (2 commits)")

### Embed Badge

![Health badge](/badges/theprosolutionx-aliexpress-php-sdk/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

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