Skip to content

micheleva/php_chatwork_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php_chatwork_api

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)

About

Barebone PHP API for Chatwork

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages