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 3d 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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

2796d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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