PHPackages                             cblink/yilianyun-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. cblink/yilianyun-sdk

ActiveLibrary[API Development](/categories/api)

cblink/yilianyun-sdk
====================

Package description here.

v2.0.8(5y ago)01121[1 PRs](https://github.com/cblink/yilianyun-sdk/pulls)MITPHPCI failing

Since Mar 24Pushed 4y ago4 watchersCompare

[ Source](https://github.com/cblink/yilianyun-sdk)[ Packagist](https://packagist.org/packages/cblink/yilianyun-sdk)[ RSS](/packages/cblink-yilianyun-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (18)Used By (0)

 yilianyun-sdk-laravel
=======================

[](#-yilianyun-sdk-laravel-)

 .

Installing
----------

[](#installing)

```
$ composer require cblink/yilianyun-sdk-laravel -vvv
```

Usage
-----

[](#usage)

```
use Cblink\Yilianyun\Application;

$config = [
  // 登录后打开 https://dev.10ss.net/admin/listapp ，点击具体的应用进行查看
  'client_id' => 'your-client-id',
  'client_secret' => 'your-client-secret',

  'log' => [
      'name' => 'yilianyun',
  ],
  'http' => [
      'timeout' => 10,
      'base_uri' => 'https://open-api.10ss.net',
      'headers' => [
          'accept' => 'application/json',
      ],
  ],
  'cache' => [
      'namespace' => 'yilianyun',
  ],
];

$app = new Application($config);

// 添加打印机
$app->printer->addPrinter($machine_code, $msign, $print_name, $phone);

// 从账号下终端打印机
$app->printer->removePrinter($machine_code);

// 创建文本打印任务
$app->printer->createPrinterTask($machine_code, $content, $origin_id);

// 取消终端所有未打印任务
$app->printer->cancelUnprintTaskByMachineCode($machine_code);

// 获取终端状态
$app->printer->getMachineStatusByMachineCode($machine_code);

// 获取终端的打印任务状态
$app->printer->getStatusStatusByMachineCodeAndPlatformTaskNo($machine_code);

```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/cblink/yilianyun-sdk-laravel/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/cblink/yilianyun-sdk-laravel/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

LGPL

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~74 days

Total

17

Last Release

1969d ago

Major Versions

v1.0.7 → v2.0.02020-04-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/c507e57eab402e81335012357b7d7df6c5cafda3073adcc94b475037127d263f?d=identicon)[overtrue](/maintainers/overtrue)

![](https://www.gravatar.com/avatar/8a33f3d22f7c5ba81df984215eda327fe21f224f59a8a8cb404138042ec9f788?d=identicon)[overnic](/maintainers/overnic)

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

![](https://www.gravatar.com/avatar/b37a4e4a059db2044bd4bc4336035e1d58fc4771d599b25bde0772e4a711f301?d=identicon)[mouyong](/maintainers/mouyong)

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

![](https://www.gravatar.com/avatar/f505b90df28c04436028a07e0aea4f4869cba0ff2585f7e037454fbf71969374?d=identicon)[lankeiiii](/maintainers/lankeiiii)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cblink-yilianyun-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cblink-yilianyun-sdk/health.svg)](https://phpackages.com/packages/cblink-yilianyun-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M60](/packages/knuckleswtf-scribe)[google/gax

Google API Core for PHP

268111.6M515](/packages/google-gax)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)

PHPackages © 2026

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