foxtes / wazzup-driver
v1.0.2
2024-09-21 10:12 UTC
Requires
- ext-json: *
- nyholm/psr7: ^1.2
- psr/http-client: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-09-21 10:14:46 UTC
README
需求
- PHP 7.4
- 任何支持 PSR-18 (HTTP-client) 的 HTTP 客户端
安装
composer require foxtes/wazzup-driver
使用方法
$client = new Client('Your API token', new \GuzzleHttp\Client());