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

ActiveLibrary[API Development](/categories/api)

cblink/verider-sdk
==================

Package description here.

v1.1.2(6y ago)035MITPHPCI failing

Since Apr 7Pushed 6y ago3 watchersCompare

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

READMEChangelogDependencies (3)Versions (11)Used By (0)

 verider
=========

[](#-verider-)

 .

Installing
----------

[](#installing)

```
$ composer require cblink/verider -vvv
```

Usage
-----

[](#usage)

```
use Cblink\Verider\Application;

$config = [
    'open_user_id' => 'your-client-id',
    'open_user_secret' => 'your-client-secret',

    'log' => [
        'name' => 'verider',
    ],
    'http' => [
        'timeout' => 3,
        'base_uri' => 'http://rcloud.verysum.com:8088',
        'http_errors' => false,
        'headers' => [
            'content-type' => 'application/json',
            'accept' => 'application/json',
        ],
    ],
    'cache' => [
        'namespace' => 'verider',
    ],
];

$app = new Application($config);

// 绑定软件到账号下
$app->printer->bindMachine($machine_no, $machine_secret);

// 获取软件下一站挂载的设备，多个软件用「,」分隔
$app->printer->getPrintersByMachineNo($machine_no);

// 创建打印任务
$app->printer->createPrinterTask($device_no, $print_content, $print_id);

// 通过设备号获取设备打印状态
$app->printer->getMachineStatusByMachineCode($device_no);
```

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

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/cblink/verider/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/cblink/verider/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)

MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity63

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

Total

10

Last Release

2249d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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