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)89381[1 issues](https://github.com/CQD/qlurk/issues)MITPHP

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 2mo 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 59% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

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

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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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