An open API service indexing awesome lists of open source software.

https://github.com/bbaga/buildkite-php-guzzle-client

HttpClientInterface implementation for Guzzle
https://github.com/bbaga/buildkite-php-guzzle-client

Last synced: about 1 month ago
JSON representation

HttpClientInterface implementation for Guzzle

Awesome Lists containing this project

README

          

# bbaga/buildkite-php-guzzle-client
HttpClientInterface implementation for Guzzle to be used with [`bbaga/buildkite-php`](https://github.com/bbaga/buildkite-php)

## Installation
```console
composer require bbaga/buildkite-php-guzzle-client
```

## Usage
```php
use bbaga\BuildkiteApi\Api;

require __DIR__.'/vendor/autoload.php';

$client = new GuzzleClient();
```