keboola/oauth-v2-php-client

Keboola OAuth v2 API Client

Installs: 21 858

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 18

Forks: 0

Open Issues: 0

pkg:composer/keboola/oauth-v2-php-client

5.0.1 2024-05-22 12:44 UTC

This package is auto-updated.

Last update: 2025-09-22 16:06:49 UTC


README

GitHub Actions

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.