alhames / apihelper
此包已被废弃,不再维护。未建议替代包。
API 辅助库。
0.2.2
2017-01-16 15:55 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ^6.0
- psr/http-message: ^1.0
- psr/log: ^1.0
Requires (Dev)
- alhames/phphelper: ^0.1
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-01-05 00:13:48 UTC
README
用于处理各种服务API的类。
$fbClient = new \ApiHelper\Client\FacebookClient(['client_id' => '...', 'client_secret' => '...']);
$user = $fbClient->request('me');