Skip to content

keboola/billing-api-php-client

Repository files navigation

Billing API PHP Client Build Status

PHP client for the Billing API (API docs).

Usage

composer require keboola/billing-api-php-client
use Keboola\BillingApi\Client;

$client = new Client(
    'http://billing.keboola.com/',
    'xxx-xxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
);
$credits = $client->getRemainingCredits();
var_dump($credits);

Run tests

  • With the above setup, you can run tests:

    docker compose build
    docker compose run tests
  • To run tests with local code use:

    docker compose run tests-local composer install
    docker compose run tests-local

License

MIT licensed, see LICENSE file.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors