PHPackages                             shopex/fuluopenapi - 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. shopex/fuluopenapi

ActiveLibrary[API Development](/categories/api)

shopex/fuluopenapi
==================

fulu openapi sdk

v1.0.0(6y ago)0425MITPHPPHP &gt;=7.2CI failing

Since Nov 26Pushed 6y ago5 watchersCompare

[ Source](https://github.com/shopex/fulu-openapi)[ Packagist](https://packagist.org/packages/shopex/fuluopenapi)[ RSS](/packages/shopex-fuluopenapi/feed)WikiDiscussions master Synced 6d ago

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

fulu-openapi
============

[](#fulu-openapi)

1. Require with Composer
========================

[](#1-require-with-composer)

```
composer require shopex/fuluopenapi

```

2. Example
==========

[](#2-example)

```
use GuzzleHttp\Client;
use Shopex\FuluOpenApi\Order;

$goods = new Goods("appKey", "secret", function() {
    return new Client([
        "base_uri" => "https://openapi.fulu.com/api/getway",
    ]);
});

$response = $goods->fuluGoodsInfoGet("productid");
if($response->getStatusCode() == 200) {
    $json = $response->json();
    $result = $response->result();
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

2364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a88cbbb3f74b9d7b3f481f63968064a5ed6c7c263feb984a80268e9287f163c?d=identicon)[shopex](/maintainers/shopex)

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

---

Top Contributors

[![lvzhihao](https://avatars.githubusercontent.com/u/720880?v=4)](https://github.com/lvzhihao "lvzhihao (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/shopex-fuluopenapi/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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