bbaga/buildkite-php-guzzle-client

PSR-18 Wrapper for Guzzle to be used with bbaga/buildkite-php

Maintainers

Package info

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

pkg:composer/bbaga/buildkite-php-guzzle-client

Statistics

Installs: 326

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 1

2.0 2020-06-01 09:13 UTC

This package is auto-updated.

Last update: 2026-03-01 00:14:02 UTC


README

HttpClientInterface implementation for Guzzle to be used with bbaga/buildkite-php

Installation

composer require bbaga/buildkite-php-guzzle-client

Usage

use bbaga\BuildkiteApi\Api;

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

$client = new GuzzleClient();