micheleva/php_chatwork_api

Barebone PHP API for Chatwork

Maintainers

Package info

github.com/micheleva/php_chatwork_api

pkg:composer/micheleva/php_chatwork_api

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1 2016-01-08 06:05 UTC

This package is not auto-updated.

Last update: 2026-02-25 01:31:13 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)