scragg0x/google-api-php

简单的Google API PHP封装

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

This package is not auto-updated.

Last update: 2024-09-23 13:38:03 UTC


README

非常简单的Google API封装

API参考

Google

示例

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

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