PHPackages                             zhoujianlong/omssdk - 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. zhoujianlong/omssdk

ActiveLibrary

zhoujianlong/omssdk
===================

asa oms sdk

v0.2(6y ago)05MITPHPPHP &gt;=7.1

Since Feb 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zjl606/omssdk)[ Packagist](https://packagist.org/packages/zhoujianlong/omssdk)[ RSS](/packages/zhoujianlong-omssdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ASA OMS SDK
-----------

[](#asa-oms-sdk)

### 使用方法

[](#使用方法)

```
require './vendor/autoload.php';

use OmsSdk\Factory;

$configs = [
    'clientGuid' => 'xxx',
    'clientName' => 'xxx',
    'host'       => 'https://api.jingjing.shop',
    'username'   => 'xxx',
    'password'   => 'xxx'
];

/* 基础数据 */
$baseDataApi = Factory::make('BaseData', $configs);
$units = $baseDataApi->getUnit(); // 销售单位
$countries = $baseDataApi->getCountryInfo(); // 国际地区
$wraps = $baseDataApi->getWrap(); // 包装代码

/* 订单 */
$orderApi = Factory::make('Order', $configs);
$orders = $orderApi->getOrderList([ // 获取订单列表
    'QueryOrders' => [
        'VendorGuid' => 'xxx',
        'VendorId' => '15'
    ],
]);
$result = $orderApi->delivery([ // 发货
    'ShipmentInfo' => []
]);

/* 商品分类 */
$categoryApi = Factory::make('Category', $configs);
$categories = $categoryApi->getAll();

/* 库存 */
$stockApi = Factory::make('Stock', $configs);
$result = $stockApi->update([
    'StockIn' => []
]);

/* 商品上新更新 */
$productApi = Factory::make('Product', $configs);
$result = $productApi->update([
    'ProductItems' => []
]);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

2270d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2332138?v=4)[zjl606](/maintainers/zjl606)[@zjl606](https://github.com/zjl606)

---

Top Contributors

[![zjl606](https://avatars.githubusercontent.com/u/2332138?v=4)](https://github.com/zjl606 "zjl606 (2 commits)")

### Embed Badge

![Health badge](/badges/zhoujianlong-omssdk/health.svg)

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

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

PHPackages © 2026

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