PHPackages                             volicano/shopee-api - 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. volicano/shopee-api

ActiveLibrary

volicano/shopee-api
===================

shopee对接店铺订单信息

12

Since Jun 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/volicano/shopee-api)[ Packagist](https://packagist.org/packages/volicano/shopee-api)[ RSS](/packages/volicano-shopee-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

shopee-api
==========

[](#shopee-api)

介绍
--

[](#介绍)

通过shopee提供的api获取店铺订单相关信息，封装了shopee接口！

环境要求
----

[](#环境要求)

- PHP 7.0+
- [Composer](https://getcomposer.org/)

安装
==

[](#安装)

推荐的方式是通过composer 进行下载安装[composer](http://getcomposer.org/download/)。

在命令行执行

```
composer require volicano/shopee-api

```

或加入

```
"volicano/shopee-api": "dev-master"

```

到你的`composer.json`文件中的require段。

使用
--

[](#使用)

```
use Shopee\ShopeeApi;

$shopee_api = new ShopeeApi\ShopeeApi();
$list = $shopee_api->getOrderList(SHOP_ID,SHOPEE_PARTNER_ID);
var_dump($list);
```

先通过shopee api获取授权拿到shop\_id 参考：[shopee api](https://open.shopee.com/documents?module=63&type=2&id=51)

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/6409546?v=4)[volicano](/maintainers/volicano)[@volicano](https://github.com/volicano)

---

Top Contributors

[![volicano](https://avatars.githubusercontent.com/u/6409546?v=4)](https://github.com/volicano "volicano (1 commits)")

### Embed Badge

![Health badge](/badges/volicano-shopee-api/health.svg)

```
[![Health](https://phpackages.com/badges/volicano-shopee-api/health.svg)](https://phpackages.com/packages/volicano-shopee-api)
```

PHPackages © 2026

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