ryo88c / chat-work-api-client
ChatWork API Client by BEAR.Sunday
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.0
- bear/package: ~1.0
- guzzlehttp/guzzle: ^6.1
- josegonzalez/dotenv: ~2.0
Requires (Dev)
- composer/composer: >=1.0.0-alpha10
- phpmd/phpmd: ~2.3
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2025-03-07 22:33:10 UTC
README
This is ChatWork API Client by BEAR.Sunday.
How to use ChatWork API
- Apply to get API token.
- Add
CHATWORK_API_TOKEN = "xxxxxxxx"
on.env
Run on console.
$ php bootstrap/api.php get /rooms
Run on the built-in web server.
$ php -S 0.0.0.0:8080 bootstrap/api.php
$ curl http://localhost:8080/rooms