PHPackages                             96qbhy/nuonuo-php-sdk - 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. 96qbhy/nuonuo-php-sdk

ActiveLibrary[API Development](/categories/api)

96qbhy/nuonuo-php-sdk
=====================

诺诺开放平台php SDK

102184PHP

Since Mar 29Pushed 8y agoCompare

[ Source](https://github.com/96qbhy/nuonuo-php-sdk)[ Packagist](https://packagist.org/packages/96qbhy/nuonuo-php-sdk)[ RSS](/packages/96qbhy-nuonuo-php-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

nuonuo-php-sdk
==============

[](#nuonuo-php-sdk)

诺诺开放平台SDK (非官方)

- [诺诺开放平台 API](https://open.jss.com.cn//interplatform/getApiList.do?index=1)

安装
--

[](#安装)

```
$ composer require 96qbhy/nuonuo-php-sdk:dev-master
```

使用示例
----

[](#使用示例)

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

$config = [
    'appId'     => 'appId',
    'appSecret' => 'appSecret',
    'userTax'   => 'userTax',
];

$nuonuo = new \Qbhy\Nuonuo\Nuonuo($config);

// 查询请求开票信息接口
$result = $nuonuo->quickInvoice->querySpeedBilling();
var_dump($result);

// 自行调用
$result = $nuonuo->api->request('nuonuo.order.detailsQuery', [
    'companyId' => '',
    'id'        => ''
]);
var_dump($result);
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24204533?v=4)[桥边红药](/maintainers/qbhy)[@qbhy](https://github.com/qbhy)

---

Top Contributors

[![qbhy](https://avatars.githubusercontent.com/u/24204533?v=4)](https://github.com/qbhy "qbhy (9 commits)")

### Embed Badge

![Health badge](/badges/96qbhy-nuonuo-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/96qbhy-nuonuo-php-sdk/health.svg)](https://phpackages.com/packages/96qbhy-nuonuo-php-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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