micheleva/php_chatwork_api

Barebone PHP API for Chatwork

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/micheleva/php_chatwork_api

0.1 2016-01-08 06:05 UTC

This package is not auto-updated.

Last update: 2025-12-03 00:29:42 UTC


README

MIT license

Barebone PHP API for Chatwork

Installation

composer.jsonに以下の記述を加えてください。

{
  "require": {
    "micheleva/php_chatwork_api": "*"
  }
}

Feature list

  • Send a message

Todo

  • Everything else

Basic Usage

$api = new Api("YOUR_API_KEY");
$api->sendMessage("ROOM_ID","Try not. Do, or do not. There is no try.");

References

  • Chatwork Official chatwork documentation (Japanese)