PHPackages                             tb07/open-kuaishou - 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. tb07/open-kuaishou

ActiveLibrary[API Development](/categories/api)

tb07/open-kuaishou
==================

快手sdk

1.0.3(3y ago)09PHPPHP ^7.1

Since Jul 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tb07/open-kuaishou)[ Packagist](https://packagist.org/packages/tb07/open-kuaishou)[ Docs](https://github.com/tb07/open-kuaishou)[ RSS](/packages/tb07-open-kuaishou/feed)WikiDiscussions master Synced 1mo ago

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

open-kuaishou
=============

[](#open-kuaishou)

安装 - install
------------

[](#安装---install)

```
$ composer require tb07/open-kuaishou
```

使用 - usage
----------

[](#使用---usage)

```
require 'vendor/autoload.php';

$app = new Tb07\OpenKuaiShou\OpenKuaiShou([
            'debug' => true,
            'appKey' => 'your app key',
            'appSecret' => 'your app secret'
            'signSecret' => 'your sign Secret'
            'messageSecretKey' => 'your message Secret Key'
]);

// 创建授权
$app->ksAuthorization->createPcAuthUrl('https://www.test.com/authorization');

// 部分API没有封装成具体方法，你也可以自行调用 request 方法
$app->request('请求方式','方法', ['参数'=> '值'],'授权凭证');
```

测试 - tests
----------

[](#测试---tests)

1. 复制 phpunit.xml 配置文件 ```
    $ cp example.phpunit.xml phpunit.xml
    ```
2. 修改配置文件环境变量部分 ```

    ```
3. 执行测试用例 ```
    $ vendor/bin/phpunit
    ```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Total

3

Last Release

1370d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tb07-open-kuaishou/health.svg)

```
[![Health](https://phpackages.com/badges/tb07-open-kuaishou/health.svg)](https://phpackages.com/packages/tb07-open-kuaishou)
```

###  Alternatives

[justmd5/pinduoduo-sdk

拼多多API SDK【拼多多开放平台】.

23514.1k1](/packages/justmd5-pinduoduo-sdk)

PHPackages © 2026

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