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

017↓100%PHP

Since Jun 11Pushed 11mo 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 1mo 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

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity14

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M479](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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