PHP code example of micheleva / php_chatwork_api
1. Go to this page and download the library: Download micheleva/php_chatwork_api library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
micheleva / php_chatwork_api example snippets
$api = new Api("YOUR_API_KEY");
$api->sendMessage("ROOM_ID","Try not. Do, or do not. There is no try.");
{
""micheleva/php_chatwork_api": "*"
}
}