scragg0x/google-api-php

Simple Google API wrapper in php

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/scragg0x/google-api-php

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

This package is not auto-updated.

Last update: 2025-10-06 18:35:00 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');