PHPackages                             jimchen/aliyun-php-sdk-vod - 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. jimchen/aliyun-php-sdk-vod

ActiveLibrary

jimchen/aliyun-php-sdk-vod
==========================

aliyun php sdk vod

2.0.1(5y ago)11.9k1Apache-2.0PHPPHP &gt;=5.5CI failing

Since Oct 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JimChenWYU/aliyun-php-sdk-vod)[ Packagist](https://packagist.org/packages/jimchen/aliyun-php-sdk-vod)[ RSS](/packages/jimchen-aliyun-php-sdk-vod/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (8)Used By (1)

aliyun-php-sdk-vod
==================

[](#aliyun-php-sdk-vod)

阿里云短视频SDK

Requirements
------------

[](#requirements)

- PHP 5.5+

Installing
----------

[](#installing)

```
$ composer require "jimchen/aliyun-php-sdk-vod:^2.0"
```

Usage
-----

[](#usage)

```
use JimChen\AliyunVod\Client;
$client = new Client(
        $accessKeyId,
        $accessKeySecret,
        $regionId,
        $clientName,
        $debug,
        $connectionTimeout,
        $timeout,
        $cert,
        $options
);

$result = $client->getVideoInfo()
            ->withVideoId($videoId)
            ->request();

$result->isSuccess();
```

### In Laravel

[](#in-laravel)

```
php artisan vendor:publish --provider='JimChen\AliyunVod\LaravelProvider'
```

```
$result = app('aliyun.vod')->getVideoInfo()
            ->withVideoId($videoId)
            ->request();

$result->isSuccess();
```

License
-------

[](#license)

Apache License 2.0

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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

Recently: every ~164 days

Total

7

Last Release

1840d ago

Major Versions

v1.1.1 → 2.0.02021-04-26

PHP version history (2 changes)1.0-alphaPHP &gt;=5.3

2.0.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/20cebafc45fd6fc5f67bf655119a3b27e9b208e248f2d7f5c98fd6c0a101485b?d=identicon)[jimchen](/maintainers/jimchen)

---

Top Contributors

[![JimChenWYU](https://avatars.githubusercontent.com/u/12371374?v=4)](https://github.com/JimChenWYU "JimChenWYU (7 commits)")

### Embed Badge

![Health badge](/badges/jimchen-aliyun-php-sdk-vod/health.svg)

```
[![Health](https://phpackages.com/badges/jimchen-aliyun-php-sdk-vod/health.svg)](https://phpackages.com/packages/jimchen-aliyun-php-sdk-vod)
```

PHPackages © 2026

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