PHPackages                             bitlimited/aliexpress - 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. bitlimited/aliexpress

ActiveLibrary[API Development](/categories/api)

bitlimited/aliexpress
=====================

Integration Service for Aliexpress API

014PHP

Since May 4Pushed 7y agoCompare

[ Source](https://github.com/BITLIMITED/aliexpress)[ Packagist](https://packagist.org/packages/bitlimited/aliexpress)[ RSS](/packages/bitlimited-aliexpress/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

aliexpress
==========

[](#aliexpress)

install
-------

[](#install)

`composer req bitlimited/aliexpress`

Use
---

[](#use)

```
use Bitlimited\Aliexpress\Service\AliexpressException;
use Bitlimited\Aliexpress\Service\AliexpressService;

class CustomController
{
    public function test()
    {
        try {
            $service = new AliexpressService();
            /**
             *
             * Install auth parameters
            */
            $service->setAuth(
                'email/login',
                'token',
                'password'
            );

            /**
             *
             * Install request parameters
            */
            $options = [
                'method' => 'aliexpress.....',
                'params' => [ /* array */];
            ];

            /**
             *
             * Query
            */
            $result = $service->request($options);

        } catch(AliexpressException $e) {
            echo $e->getMessage();
        }

        return json_decode($result);
    }
}

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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://avatars.githubusercontent.com/u/22930429?v=4)[Viktor Nazarov](/maintainers/BITLIMITED)[@BITLIMITED](https://github.com/BITLIMITED)

---

Top Contributors

[![BITLIMITED](https://avatars.githubusercontent.com/u/22930429?v=4)](https://github.com/BITLIMITED "BITLIMITED (15 commits)")

### Embed Badge

![Health badge](/badges/bitlimited-aliexpress/health.svg)

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

###  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

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

PHPackages © 2026

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