nekland/places-api

Google Places API made easy !

Installs: 655

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 5

Forks: 2

Open Issues: 1

pkg:composer/nekland/places-api

1.1.0 2015-04-24 09:23 UTC

This package is auto-updated.

Last update: 2025-09-26 03:23:47 UTC


README

Scrutinizer Code Quality Build Status

This library helps you to ask for Google Places API.

Installation

It's simple ! Just use the following composer command line.

composer require 'nekland/places-api:~1.0'

Usage

<?php

use Nekland\PlacesApi\Places;

$api = new Places();

$api->useAuthentication('PublicApiAccess', ['key' => 'MY KEY']);

$result = $api->getSearchApi()->search('49.8445057,3.2912589', 1000);

See authentication part to know how to get a key

Who needs a documentation ? NeklandPlacesApi supports provide auto-completion for compatibles IDEs.

If yours don't, no problem: the documentation is available here.