PHPackages                             ping-qu/open-api-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. ping-qu/open-api-sdk

ActiveLibrary[API Development](/categories/api)

ping-qu/open-api-sdk
====================

pingqu open api sdk

1.0.4(7y ago)01.2kMITPHPPHP &gt;=5.4

Since Feb 27Pushed 7y ago5 watchersCompare

[ Source](https://github.com/ping-qu/open-api-sdk)[ Packagist](https://packagist.org/packages/ping-qu/open-api-sdk)[ RSS](/packages/ping-qu-open-api-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

屏趣云SDK
======

[](#屏趣云sdk)

简介
--

[](#简介)

接入屏趣云开发接口官方sdk，现阶段包括视频转码，直播推流、转码等，使用需要在屏趣云后台申请 access\_key\_id和access\_key\_secret

一、安装
----

[](#一安装)

```
composer require ping-qu/open-api-sdk

```

二、接入
----

[](#二接入)

### 1、转码

[](#1转码)

转码包括视频转码和直播转码

#### 1、视频转码

[](#1视频转码)

##### 添加转码任务

[](#添加转码任务)

```
$client = new Client($access_key_id,$access_key_secret);
$res = $client
          ->VideoJob()
          ->setCallbackUrl($callback_url) //设置转码结果通知url
          ->setCallbackParams('test')
          ->add($input_path,$output_file,$preset_id,$pipeline_id);

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~33 days

Recently: every ~50 days

Total

7

Last Release

2842d ago

Major Versions

0.0.2 → 1.0.02018-02-27

### Community

Maintainers

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

---

Top Contributors

[![linyueb](https://avatars.githubusercontent.com/u/20659595?v=4)](https://github.com/linyueb "linyueb (15 commits)")

### Embed Badge

![Health badge](/badges/ping-qu-open-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/ping-qu-open-api-sdk/health.svg)](https://phpackages.com/packages/ping-qu-open-api-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)
