scragg0x/google-api-php

Simple Google API wrapper in php

dev-master 2013-06-19 22:14 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:49:41 UTC


README

VERY simple api wrapper for Google API

API Reference

Google

Example

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

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