PHPackages                             qlurk/qlurk - 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. qlurk/qlurk

ActiveLibrary[API Development](/categories/api)

qlurk/qlurk
===========

Qlurk is a simple to use Plurk library

0.2.3(5y ago)8940[1 issues](https://github.com/CQD/qlurk/issues)MITPHPCI failing

Since Nov 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/CQD/qlurk)[ Packagist](https://packagist.org/packages/qlurk/qlurk)[ RSS](/packages/qlurk-qlurk/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

Qlurk，噗浪 API PHP 函式庫
====================

[](#qlurk噗浪-api-php-函式庫)

[![Build result](https://github.com/CQD/qlurk/actions/workflows/e2e_test.yaml/badge.svg)](https://github.com/CQD/qlurk/actions/workflows/e2e_test.yaml/badge.svg)

`Qlurk` 是個用 PHP 寫成的簡單 [Plurk API](https://www.plurk.com/API) 函式庫

```
$qlurk = new \Qlurk\ApiClient(CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET);
$resp = $qlurk->call('/APP/Timeline/getPlurk', ['plurk_id' => 134]);
var_dump($resp);
```

```
// 取得 request token
$qlurk = new \Qlurk\ApiClient(CONSUMER_KEY, CONSUMER_SECRET);
$oauth = new Oauth($qlurk);

$r = $oauth->getRequestToken();
$token = $r['oauth_token'];
$tokenSecret = $r['oauth_token_secret'];

// 把 $token 跟 $tokenSecret 存到某處...

// 使用者在介面上授權之後
// 會透過 callback 帶回 oauth_token 跟 oauth_verifier

// 將 request token 換成 access token
$qlurk = new \Qlurk\ApiClient(CONSUMER_KEY, CONSUMER_SECRET);
$oauth = new Oauth($qlurk);
$tokenSecret = getSecretFromStorage($token);
$oauth->getAccessToken($verifier, $token, $tokenSecret);

$resp = $qlurk->call('/APP/Timeline/getPlurk', ['plurk_id' => 134]);
var_dump($resp);
```

套件靈感來自於 [clsung](https://github.com/clsung) 的 [plurkoauth](https://github.com/clsung/plurkoauth)

系統需求
====

[](#系統需求)

- PHP 5.6 ~ 8.2
- GuzzleHttp 6.x 或 7.x

安裝
==

[](#安裝)

`qlurk` 可以用 composer 安裝

```
$ composer require qlurk/qlurk

```

參考閱讀
====

[](#參考閱讀)

- [Plurk API 官方文件](https://www.plurk.com/API)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Recently: every ~336 days

Total

7

Last Release

1997d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c919bd208afabcb949604f855072018d3c8f2e74d961262c02da512ee3b2e2e?d=identicon)[cqd](/maintainers/cqd)

---

Top Contributors

[![CQD](https://avatars.githubusercontent.com/u/94944?v=4)](https://github.com/CQD "CQD (49 commits)")

---

Tags

apiplurk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qlurk-qlurk/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M11](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)

PHPackages © 2026

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