PHPackages                             nexus4812/php-chatwork-client - 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. nexus4812/php-chatwork-client

ActiveLibrary[API Development](/categories/api)

nexus4812/php-chatwork-client
=============================

Chatwork API client configured in PHP

1.0(4y ago)03MITPHPPHP &gt;=7.1.3

Since Jul 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nexus4812/php-chatwork-client)[ Packagist](https://packagist.org/packages/nexus4812/php-chatwork-client)[ RSS](/packages/nexus4812-php-chatwork-client/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

php-chatwork-client
===================

[](#php-chatwork-client)

[チャットワークAPI](https://developer.chatwork.com/ja/index.html)をPHPで利用する為のライブラリです。

利用要件
----

[](#利用要件)

このライブラリを利用するには下記の要件を満たす必要があります。

```
PHP >= 7.1.3
ext-json PHP拡張
ext-curl PHP拡張
チャットワークAPIトークンの発行

```

使い方
---

[](#使い方)

オブジェクトの生成

```
$chatwork = Nexus\ChatworkClient\Api\Chatwork::create('## Your API Token ##');
```

取得結果は`Nexus\ChatworkClient\Entities`で定義されたオブジェクトが返されます。

```
// 自分の情報を取得する
$me = $chatwork->me()->getMe();

echo($me->room_id);             // 322
echo($me->name);                // Nexus
echo($me->avatar_image_url);    // https://example.com/abc.png
```

結果が複数の場合、Laravelの[Collection](https://readouble.com/laravel/8.x/ja/collections.html)クラスが返されます

```
// タスク期限が明日のタスクを抽出する
$tomorrow = Carbon::Today()->addDay();
$tasks = $chatwork->myTask()->getTasks()->filter(function (Task $task) {
    // タイムスタンプはすべてCarbonで取得できます
    return $tomorrow->isSameDay($task->limitTime());
});

$tasks->each(function (Task $task) {
    echo($task->room->name);    // 営業運用チームチャット
    echo($task->body);          // A社の提案資料作成をお願いします
});
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1776d ago

### Community

Maintainers

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

---

Top Contributors

[![nexus4812](https://avatars.githubusercontent.com/u/39042917?v=4)](https://github.com/nexus4812 "nexus4812 (69 commits)")

---

Tags

phpapichatwork

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nexus4812-php-chatwork-client/health.svg)

```
[![Health](https://phpackages.com/badges/nexus4812-php-chatwork-client/health.svg)](https://phpackages.com/packages/nexus4812-php-chatwork-client)
```

###  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)[theodo-group/llphant

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

1.5k311.5k5](/packages/theodo-group-llphant)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3633.0M18](/packages/kunalvarma05-dropbox-php-sdk)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[tustin/psn-php

PHP wrapper for the PlayStation API.

37237.8k1](/packages/tustin-psn-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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