# {display} for PHP

> Idiomatic PHP client for [{display}]({homepage}).

[![Latest Stable Version](https://poser.pugx.org/google/{name}/v/stable)](https://packagist.org/packages/google/{name}) [![Packagist](https://img.shields.io/packagist/dm/google/{name}.svg)](https://packagist.org/packages/google/{name})

* [API documentation](http://googleapis.github.io/google-cloud-php/#/docs/{name}/latest/{directory}/{client})

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
that project.

### Installation

To begin, install the preferred dependency manager for PHP, [Composer](https://getcomposer.org/).

Now to install just this component:

```sh
$ composer require google/{name}
```

Or to install the entire suite of components at once:

```sh
$ composer require google/cloud
```
{notice}
### Authentication

Please see our [Authentication guide](https://github.com/googleapis/google-cloud-php/blob/master/AUTHENTICATION.md) for more information
on authenticating your client. Once authenticated, you'll be ready to start making requests.

### Sample

```php
```

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.

### Next Steps

1. Understand the [official documentation]({docspage}).
