PHPackages                             sun-asterisk/laravel-chatwork - 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. sun-asterisk/laravel-chatwork

ActiveLibrary

sun-asterisk/laravel-chatwork
=============================

Chatwork SDK for Laravel

v0.2.1(5y ago)1711.1k↓100%5[2 PRs](https://github.com/sun-asterisk-research/laravel-chatwork/pulls)MITPHP

Since Aug 9Pushed 5y ago4 watchersCompare

[ Source](https://github.com/sun-asterisk-research/laravel-chatwork)[ Packagist](https://packagist.org/packages/sun-asterisk/laravel-chatwork)[ RSS](/packages/sun-asterisk-laravel-chatwork/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Chatwork SDK
====================

[](#laravel-chatwork-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/379ac410169cfc287db328f1adbf860fe67a3fdfeb562fc4994afc1fc9ecce96/68747470733a2f2f706f7365722e707567782e6f72672f73756e2d617374657269736b2f6c61726176656c2d63686174776f726b2f762f737461626c65)](https://packagist.org/packages/sun-asterisk/laravel-chatwork)

Chatwork SDK for Laravel 5, 6, 7.

Installation
------------

[](#installation)

Using composer:

```
composer require sun-asterisk/laravel-chatwork
```

For Laravel 5.4 and earlier, add the service provider to your `config/app.php`.

```
'providers' => [
    // ...
    SunAsterisk\Chatwork\Laravel\ServiceProvider::class
    // ...
];
```

Configure
---------

[](#configure)

First register an API Key [here](https://www.chatwork.com/service/packages/chatwork/subpackages/api/token.php). Then add the API key to your `.env`:

```
CHATWORK_API_KEY=your_api_key_here
```

Usage
-----

[](#usage)

You can use the provided facade via an alias:

```
use Chatwork;

$me = Chatwork::me();
$members = Chatwork::room($roomId)->members()->list();
```

Or use dependency injection:

```
use SunAsterisk\Chatwork\Chatwork;

class ChatworkCommand extends Command
{
    public function handle(Chatwork $chatwork)
    {
        $message = $chatwork->toAll()->text('Hi there');
        $chatwork->room($roomId)->messages()->create($message);
    }
}
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.9% 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 ~286 days

Total

3

Last Release

1891d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01095cc9776c6f3df56447cb6015fe03f71db5a373a2590811880231db105a35?d=identicon)[thphuong](/maintainers/thphuong)

---

Top Contributors

[![thphuong](https://avatars.githubusercontent.com/u/62600631?v=4)](https://github.com/thphuong "thphuong (11 commits)")[![vunt-0906](https://avatars.githubusercontent.com/u/52224331?v=4)](https://github.com/vunt-0906 "vunt-0906 (4 commits)")[![datbnt-0905](https://avatars.githubusercontent.com/u/52224312?v=4)](https://github.com/datbnt-0905 "datbnt-0905 (3 commits)")[![hieubt-1409](https://avatars.githubusercontent.com/u/49258042?v=4)](https://github.com/hieubt-1409 "hieubt-1409 (1 commits)")

---

Tags

chatwork-sdklaravellaravel-chatwork

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sun-asterisk-laravel-chatwork/health.svg)

```
[![Health](https://phpackages.com/badges/sun-asterisk-laravel-chatwork/health.svg)](https://phpackages.com/packages/sun-asterisk-laravel-chatwork)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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