2017 © Pedro Peláez
 

library google-api-php

Simple Google API wrapper in php

image

scragg0x/google-api-php

Simple Google API wrapper in php

  • Thursday, June 20, 2013
  • by scragg0x
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

google-api-php

VERY simple api wrapper for Google API, (*1)

API Reference

Google, (*2)

Example

$c = new GoogleApi\CivicInfo($api_key);
$c->elections();

$c->voterInfo(4005, null, array('address' => 'CA');

The Versions

20/06 2013

dev-master

9999999-dev https://github.com/scragg0x/google-api-php

Simple Google API wrapper in php

  Sources   Download

MIT

The Requires

 

google api