PHPackages                             epmnzava/ae\_ds - 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. epmnzava/ae\_ds

ActiveLibrary

epmnzava/ae\_ds
===============

Ali express drop shipping library for php

1.1.1(5mo ago)020MITPHPPHP ^7.4|^8.0CI failing

Since Nov 2Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/dbrax/aes_ds)[ Packagist](https://packagist.org/packages/epmnzava/ae_ds)[ Docs](https://github.com/epmnzava/ae_ds)[ RSS](/packages/epmnzava-ae-ds/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6d7145276c6e78fdbcf3b6837e2b883e514778a17ca3bf703435fbaae48fb383/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706d6e7a6176612f61655f64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/ae_ds)[![Total Downloads](https://camo.githubusercontent.com/592c6ea16f5867108bc8d4205bd2aa2e635dad50ebb60d18b22ee6a65f2f6a17/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706d6e7a6176612f61655f64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/ae_ds)[![GitHub Actions](https://github.com/epmnzava/ae_ds/actions/workflows/main.yml/badge.svg)](https://github.com/epmnzava/ae_ds/actions/workflows/main.yml/badge.svg)

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

[](#installation)

You can install the package via composer:

```
composer require epmnzava/ae_ds
```

Usage
-----

[](#usage)

### get access token and refresh token

[](#get-access-token-and-refresh-token)

```
        $ae = new AeDs($api_key,$api_secret,$code);
        $token=$ae->getAccessToken();

        //then store both token and refresh token on database or file to use later
```

### get categories

[](#get-categories)

```
        $ae = new AeDs($api_key,$api_secret,$code);
        $res = $ae->getCategories("en");
        // it will give list of categories
```

### get category

[](#get-category)

```
        $ae = new AeDs($api_key,$api_secret,$code);

        $lang="en";
        $res = $ae->getCategoryById($categoryid,$lang);

          // it will give details of one category
```

### get products on feedname

[](#get-products-on-feedname)

```
        $ae = new AeDs($api_key,$api_secret,$code);
        //used feedname tanzaniaselection for Tanzania targeted products   i.e $category_id=6 for home appliace
        $res = $ae->$ae->getItemListByFeedName("tanzaniaselection", $page_no, $page_size, $category_id);
        // it will give list of products on category_id , if no category id you will get all products
```

### get product

[](#get-product)

```
        $ae = new AeDs($api_key,$api_secret,$code);
        $token = $ae->getRefreshToken($refresh_token);

        $res = $ae->getProduct($token, $product_id);
          // it will give you only one product with all details
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Emmanuel paul Mnzava](https://github.com/epmnzava)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance76

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~35 days

Recently: every ~87 days

Total

12

Last Release

161d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8592847?v=4)[Emmanuel Paul Mnzava](/maintainers/dbrax)[@dbrax](https://github.com/dbrax)

---

Top Contributors

[![dbrax](https://avatars.githubusercontent.com/u/8592847?v=4)](https://github.com/dbrax "dbrax (18 commits)")

---

Tags

epmnzavaae\_ds

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epmnzava-ae-ds/health.svg)

```
[![Health](https://phpackages.com/badges/epmnzava-ae-ds/health.svg)](https://phpackages.com/packages/epmnzava-ae-ds)
```

PHPackages © 2026

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