keboola / oauth-v2-php-client
Keboola OAuth v2 API Client
Installs: 19 897
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.5
Requires (Dev)
- ext-curl: *
- keboola/coding-standard: >=14.0
- phpstan/phpstan: ^1.8
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5
- sempro/phpunit-pretty-print: ^1.4
README
Usage examples
List credentials
require 'vendor/autoload.php'; use Keboola\OAuthV2Api\Credentials; $credentials = new Credentials( 'YOUR_TOKEN', [ 'url' => 'https://oauth.keboola.com/', ] ); $result = $credentials->listCredentials('keboola.ex-google-drive');
License
MIT licensed, see LICENSE file.