2017 © Pedro Peláez
 

library cloud-container

Google Cloud Container Client for PHP

image

google/cloud-container

Google Cloud Container Client for PHP

  • Thursday, July 19, 2018
  • by bshaffer
  • Repository
  • 29 Watchers
  • 0 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 16 Versions
  • 36 % Grown

The README.md

Google Cloud Container for PHP

Idiomatic PHP client for Google Cloud Container., (*1)

Latest Stable Version Packagist, (*2)

NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project., (*3)

Kubernetes Engine is a managed, production-ready environment for deploying containerized applications. It brings our latest innovations in developer productivity, resource efficiency, automated operations, and open source flexibility to accelerate your time to market., (*4)

Installation

To begin, install the preferred dependency manager for PHP, Composer., (*5)

Now install this component:, (*6)

$ composer require google/cloud-container

This component supports both REST over HTTP/1.1 and gRPC. In order to take advantage of the benefits offered by gRPC (such as streaming methods) please see our gRPC installation guide., (*7)

Authentication

Please see our Authentication guide for more information on authenticating your client. Once authenticated, you'll be ready to start making requests., (*8)

Sample

require 'vendor/autoload.php';

use Google\Cloud\Container\V1\ClusterManagerClient;

$clusterManagerClient = new ClusterManagerClient();

$projectId = '[MY-PROJECT-ID]';
$zone = 'us-central1-a';

try {
    $clusters = $clusterManagerClient->listClusters($projectId, $zone);
    foreach ($clusters->getClusters() as $cluster) {
        print('Cluster: ' . $cluster->getName() . PHP_EOL);
    }
} finally {
    $clusterManagerClient->close();
}

Debugging

Please see our Debugging guide for more information about the debugging tools., (*9)

Version

This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority., (*10)

Next Steps

Take a look at and understand the official documentation., (*11)

The Versions

19/07 2018

dev-master

9999999-dev

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

19/07 2018

v0.5.2

0.5.2.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

03/07 2018

v0.5.1

0.5.1.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

12/06 2018

v0.5.0

0.5.0.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

31/05 2018

v0.4.1

0.4.1.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

24/05 2018

v0.4.0

0.4.0.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

08/05 2018

v0.3.4

0.3.4.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

16/04 2018

v0.3.3

0.3.3.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

11/04 2018

v0.3.2

0.3.2.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

03/04 2018

v0.3.1

0.3.1.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

28/03 2018

v0.3.0

0.3.0.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

16/03 2018

v0.2.3

0.2.3.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

26/02 2018

v0.2.2

0.2.2.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

01/02 2018

v0.2.1

0.2.1.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

29/12 2017

v0.1.1

0.1.1.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires

 

22/12 2017

v0.1.0

0.1.0.0

Google Cloud Container Client for PHP

  Sources   Download

Apache-2.0

The Requires