bbaga / buildkite-php-guzzle-client
Guzzle 的 PSR-18 包装器,用于与 bbaga/buildkite-php 一起使用
2.0
2020-06-01 09:13 UTC
Requires
- guzzlehttp/guzzle: ^6.5
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2024-09-29 05:49:30 UTC
README
用于与 bbaga/buildkite-php
一起使用的 Guzzle HttpClientInterface 实现
安装
composer require bbaga/buildkite-php-guzzle-client
用法
use bbaga\BuildkiteApi\Api; require __DIR__.'/vendor/autoload.php'; $client = new GuzzleClient();