alhames / apihelper
This package is abandoned and no longer maintained.
No replacement package was suggested.
API Helpers library.
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');