2017 © Pedro Peláez
 

library php_chatwork_api

Barebone PHP API for Chatwork

image

micheleva/php_chatwork_api

Barebone PHP API for Chatwork

  • Friday, January 8, 2016
  • by micheleva
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

php_chatwork_api

MIT license, (*1)

Barebone PHP API for Chatwork, (*2)

Installation

composer.jsonに以下の記述を加えてください。, (*3)

{
  "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)

The Versions

08/01 2016

dev-master

9999999-dev

Barebone PHP API for Chatwork

  Sources   Download

MIT

by Avatar micheleva

api chatwork

08/01 2016

0.1

0.1.0.0

Barebone PHP API for Chatwork

  Sources   Download

MIT

by Avatar micheleva

api chatwork