Barebone PHP API for Chatwork
composer.jsonに以下の記述を加えてください。
{
"require": {
"micheleva/php_chatwork_api": "*"
}
}
- Send a message
- Everything else
$api = new Api("YOUR_API_KEY");
$api->sendMessage("ROOM_ID","Try not. Do, or do not. There is no try.");
- Chatwork Official chatwork documentation (Japanese)