Download the PHP package codeinc/cloudrun-auth-http-client without Composer
On this page you can find all versions of the php package codeinc/cloudrun-auth-http-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codeinc/cloudrun-auth-http-client
More information about codeinc/cloudrun-auth-http-client
Files in codeinc/cloudrun-auth-http-client
Package cloudrun-auth-http-client
Short Description A PSR-7 HTTP client based on Guzzle for services hosted on Google Cloud Platform Cloud Run
License MIT
Homepage https://github.com/codeinchq/cloudrun-auth-http-client
Informations about the package cloudrun-auth-http-client
GCP Cloud Run authenticated HTTP client for PHP
The PHP 8.2+ library is a PSR-7 HTTP client based on Guzzle and the official Google Auth PHP package for services hosted on Google Cloud Platform Cloud Run.
Installation
The recommended way to install the library is through Composer:
Usage
A GCP service account is required to authenticate the requests sent to a Cloud Run service. If you do not already have a service account, follow instructions on this page in order to create one.
Before using the library the service account must be authenticated to send requests to the Cloud Run service following these steps.
License
The library is published under the MIT license (see LICENSE
file).
All versions of cloudrun-auth-http-client with dependencies
google/auth Version ^1.35
guzzlehttp/guzzle Version ^7.8
psr/http-client Version ^1.0