Download the PHP package iadj/gcloud without Composer
On this page you can find all versions of the php package iadj/gcloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package gcloud
Short Description Google Cloud Client Library
License Apache-2.0
Homepage http://github.com/GoogleCloudPlatform/google-cloud-php
Informations about the package gcloud
Google Cloud PHP Client
Idiomatic PHP client for Google Cloud Platform services.
This client supports the following Google Cloud Platform services at a General Availability quality level:
- Google Stackdriver Logging (GA)
- Google Cloud Datastore (GA)
- Google Cloud Storage (GA)
- Google Cloud Translation (GA)
This client supports the following Google Cloud Platform services at a Beta quality level:
- Google BigQuery (Beta)
- Google Cloud Natural Language (Beta)
- Google Cloud Pub/Sub (Beta)
- Google Cloud Vision (Beta)
This client supports the following Google Cloud Platform services at an Alpha quality level:
- Cloud Spanner (Alpha)
- Google Cloud Speech (Alpha)
- Google Cloud Video Intelligence (Alpha)
- Google Stackdriver Trace (Alpha)
If you need support for other Google APIs, please check out the Google APIs Client Library for PHP.
Quick Start
Google Stackdriver Logging (GA)
Preview
google/cloud-logging
Google Stackdriver Logging can be installed separately by requiring the google/cloud-logging
composer package:
Google Cloud Datastore (GA)
Preview
google/cloud-datastore
Google Cloud Datastore can be installed separately by requiring the google/cloud-datastore
composer package:
Google Cloud Storage (GA)
Preview
Stream Wrapper
google/cloud-storage
Google Cloud Storage can be installed separately by requiring the google/cloud-storage
composer package:
Google Cloud Translation (GA)
Preview
google/cloud-translate
Google Cloud Translation can be installed separately by requiring the google/cloud-translate
composer package:
Google BigQuery (Beta)
Preview
google/cloud-bigquery
Google BigQuery can be installed separately by requiring the google/cloud-bigquery
composer package:
Google Cloud Natural Language (Beta)
Preview
google/cloud-language
Google Cloud Natural Language can be installed separately by requiring the google/cloud-language
composer package:
Google Cloud Pub/Sub (Beta)
Preview
google/cloud-pubsub
Google Cloud Pub/Sub can be installed separately by requiring the google/cloud-pubsub
composer package:
Google Cloud Vision (Beta)
Preview
google/cloud-vision
Google Cloud Vision can be installed separately by requiring the google/cloud-vision
composer package:
Cloud Spanner (Alpha)
Preview
google/cloud-spanner
Cloud Spanner can be installed separately by requiring the google/cloud-spanner
composer package:
Google Cloud Speech (Alpha)
Preview
google/cloud-speech
Google Cloud Speech can be installed separately by requiring the google/cloud-speech
composer package:
Google Cloud Video Intelligence (Alpha)
Preview
google/cloud-videointelligence
Cloud Video Intelligence can be installed separately by requiring the google/cloud-videointelligence
composer package:
Google Stackdriver Trace (Alpha)
Preview
google/cloud-trace
Stackdriver Trace can be installed separately by requiring the google/cloud-trace
composer package:
Caching Access Tokens
By default the library will use a simple in-memory caching implementation, however it is possible to override this behavior by passing a PSR-6 caching implementation in to the desired client.
The following example takes advantage of Symfony's Cache Component.
Versioning
This library follows Semantic Versioning.
Please note it is currently under active development. Any release versioned 0.x.y is subject to backwards incompatible changes at any time.
GA: Libraries defined at a GA quality level are stable, and will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority.
Beta: Libraries defined at a Beta quality level are expected to be mostly stable and we're working towards their release candidate. We will address issues and requests with a higher priority.
Alpha: Libraries defined at an Alpha quality level are still a work-in-progress and are more likely to get backwards-incompatible updates.
Contributing
Contributions to this library are always welcome and highly encouraged.
See CONTRIBUTING for more information on how to get started.
License
Apache 2.0 - See LICENSE for more information.
All versions of gcloud with dependencies
rize/uri-template Version ~0.3
google/auth Version ^1.0
guzzlehttp/guzzle Version ^5.3|^6.0
guzzlehttp/psr7 Version ^1.2
monolog/monolog Version ~1
psr/http-message Version 1.0.*
ramsey/uuid Version ~3