Skip to content

mamor/fuel-packages-gdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3224b66 · Feb 19, 2014

History

13 Commits
Feb 19, 2014
May 13, 2013
May 13, 2013
Nov 6, 2012
Feb 19, 2014

Repository files navigation

FuelPHP Package for Gdata

This package depend on google-api-php-client.
https://code.google.com/p/google-api-php-client/


Install

Setup to fuel/packages/gdata

Configuration

One

In app/config/config.php

'always_load' => array('packages' => array(
	'gdata',
	...

or in your code

Package::load('gdata');
Two

Copy packages/gdata/config/gdata.php to under app/config directory and edit

Usage

$gdata = Gdata::forge(
	$service_name,
	$instance_name = 'default',
	$config = array()
);
You can access $gdata->client and $gdata->service.

About

FuelPHP Package for Gdata

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages