Skip to content

neaplus/fuel-packages-gdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published