PHPackages                             rodrigobendia/google-places-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rodrigobendia/google-places-sdk-php

ActiveLibrary[API Development](/categories/api)

rodrigobendia/google-places-sdk-php
===================================

Google Places SDK for PHP

21132PHP

Since Feb 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rodrigobendia/google-places-sdk-php)[ Packagist](https://packagist.org/packages/rodrigobendia/google-places-sdk-php)[ RSS](/packages/rodrigobendia-google-places-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google Places SDK for PHP
=========================

[](#google-places-sdk-for-php)

The Google Places SDK for PHP enables developers to use the Google Places API in their PHP code. This library is based on Guzzle HTTP Client.

Installation
------------

[](#installation)

Add the following to your composer.json file:

```
{
    "require": {
      "rodrigobendia/google-places-sdk-php": "dev-master"
    }
}
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
