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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package gcloud

Google Cloud PHP Client

Idiomatic PHP client for Google Cloud Platform services.

Travis Build Status codecov

This client supports the following Google Cloud Platform services at a General Availability quality level:

This client supports the following Google Cloud Platform services at a Beta quality level:

This client supports the following Google Cloud Platform services at an Alpha quality level:

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

PHP Build Version
Package Version
Requires php Version >=5.5
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iadj/gcloud contains the following files

Loading the files please wait ....