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

ActiveLibrary[API Development](/categories/api)

chougron/aliexpress-crawler
===========================

Get item information from aliexpress website

v1.3.1(8y ago)101232MITPHPPHP &gt;=5.5

Since Feb 6Pushed 8y ago3 watchersCompare

[ Source](https://github.com/chougron/aliexpress-crawler)[ Packagist](https://packagist.org/packages/chougron/aliexpress-crawler)[ RSS](/packages/chougron-aliexpress-crawler/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

Aliexpress Crawler
==================

[](#aliexpress-crawler)

Usage
-----

[](#usage)

Get the item crawler by calling

```
$crawler = new \Chougron\AliexpressCrawler\Crawler();
$item = $crawler->crawlItem($itemUrl);

```

Available methods for the item crawler
--------------------------------------

[](#available-methods-for-the-item-crawler)

### `getId() : string`

[](#getid--string)

Returns the ID of the item

### `getUrl() : string`

[](#geturl--string)

Returns the canonical URL of the item

### `getGalleryImages() : string[]`

[](#getgalleryimages--string)

Returns an array containing the gallery images of the item

### `getName() : string`

[](#getname--string)

Returns the name of the item

### `getShopName() : string`

[](#getshopname--string)

Returns the name of the shop selling the item

### `getShopUrl() : string`

[](#getshopurl--string)

Returns the URL of the shop selling the item

### `getDescription() : string`

[](#getdescription--string)

Returns the description of the item

### `getCost() : string`

[](#getcost--string)

Returns the cost of the item

### `getMaxCost() : string`

[](#getmaxcost--string)

Returns the maximum cost of the item

### `getType() : string`

[](#gettype--string)

Returns the type of the item. **simple** if there is no variation or **configurable** if there are some.

### `getSkus() : Sku[]`

[](#getskus--sku)

Returns an array containing the different Skus of the item. If the item is a **simple** item, the array will have only one element.

### `getSkuImage(Sku $sku) : string`

[](#getskuimagesku-sku--string)

Returns the image identifying the given Sku.

The Sku Object
--------------

[](#the-sku-object)

The Sku Object correspond to the different variations of the item sold on the same page. It can have a different price, a different quantity of inventory, and a different image.

### Available variables for the Sku object

[](#available-variables-for-the-sku-object)

#### `id : string`

[](#id--string)

The ID of the item Sku

#### `price : string`

[](#price--string)

The price of the Sku

#### `quantity : string`

[](#quantity--string)

The quantity remaining for the Sku

Tests
-----

[](#tests)

To launch the tests, you need to install the vendors with composer, and then you can use the following command :

```
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~6 days

Total

6

Last Release

2986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24d861c154832b0437113585c05b655e6722d09563b4bec582d5b362d5840c94?d=identicon)[chougron](/maintainers/chougron)

---

Top Contributors

[![chougron](https://avatars.githubusercontent.com/u/3552233?v=4)](https://github.com/chougron "chougron (20 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
