PHPackages                             rmtop/rmtop-cloud-store-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. rmtop/rmtop-cloud-store-api

ActiveLibrary

rmtop/rmtop-cloud-store-api
===========================

store api

1.1.5(4y ago)110PHP

Since Jun 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jhz-code/rmsf-cloud-store-api)[ Packagist](https://packagist.org/packages/rmtop/rmtop-cloud-store-api)[ RSS](/packages/rmtop-rmtop-cloud-store-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (16)Used By (0)

rmsf-cloud-store-api
====================

[](#rmsf-cloud-store-api)

#### 安装插件

[](#安装插件)

`composer require rmtop/rmsf-cloud-store-api `

#### 发布插件相关文件

[](#发布插件相关文件)

`php think rmtop:publish_top_store `

#### 数据迁移 自动创建配置数据库

[](#数据迁移-自动创建配置数据库)

`php think migrate:run `

#### 相关执行方法

[](#相关执行方法)

##### 配置项

[](#配置项)

```
addConfig(string $apiUrl,string $appKey,string $version)//创建配置

 editConfig(int $id,string $apiUrl,string $appKey,string $version) //更新配置

deleteConfig(int $id)

getConfig(int $id) //获取配置

```

#### 相关操作方法

[](#相关操作方法)

万能请求接口

`return getAlmightyRequest(int $configId,string $action,array $params)`

`参数解释:``$configId 创建配置项ID`
`$action   执行方法  对应请求 地址URl 接口路由`
`$params   请求相关接口所需要的参数`

"参数样例："

```
data:{
orderNoStr:"订单编号,多个订单用','隔开，一次性最多10个,"
apiCode:"助手编号"
}
url:"接口路由"
}

```

#### 完整请求案例

[](#完整请求案例)

###### 店铺订单列表拉取

[](#店铺订单列表拉取)

`$result =  new TopClient();`
`$result->setConfigId(1);`
`$result->setAction('wbc/gcso');`
`$result->setParams(['sellerNick'=>"fdyxw11",'apiCode'=>'t4','ps'=>'20','pi'=>'1','startTime'=>"2021-05-31",'endTime'=>'2021-06-10','status'=>'']);`
`$result = $result->Client();`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

15

Last Release

1796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75cda7b466041ada81703375143554be315e8d558c3d64bfd6878126de608518?d=identicon)[rmsf.top](/maintainers/rmsf.top)

---

Top Contributors

[![jhz-code](https://avatars.githubusercontent.com/u/64343721?v=4)](https://github.com/jhz-code "jhz-code (20 commits)")

### Embed Badge

![Health badge](/badges/rmtop-rmtop-cloud-store-api/health.svg)

```
[![Health](https://phpackages.com/badges/rmtop-rmtop-cloud-store-api/health.svg)](https://phpackages.com/packages/rmtop-rmtop-cloud-store-api)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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