micheleva / php_chatwork_api
Barebone PHP API for Chatwork
0.1
2016-01-08 06:05 UTC
This package is not auto-updated.
Last update: 2024-12-31 19:46:00 UTC
README
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)