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
- Host: GitHub
- URL: https://github.com/bbaga/buildkite-php-guzzle-client
- Owner: bbaga
- License: mit
- Created: 2020-04-20T22:16:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T09:24:14.000Z (about 6 years ago)
- Last Synced: 2025-11-27T14:42:37.824Z (7 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```