2017 © Pedro Peláez
 

fuel-package fuel-packages-gdata

image

mp-php/fuel-packages-gdata

  • Wednesday, February 19, 2014
  • by mamor
  • Repository
  • 2 Watchers
  • 8 Stars
  • 675 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

FuelPHP Package for Gdata

This package depend on google-api-php-client.
https://github.com/google/google-api-php-client, (*1)


Install

Setup to fuel/packages/gdata

  • Use composer https://packagist.org/packages/mp-php/fuel-packages-gdata
  • git submodule
  • Download zip

Configuration

One

In app/config/config.php, (*2)

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

or in your code, (*3)

Package::load('gdata');
Two

Copy packages/gdata/config/gdata.php to under app/config directory and edit, (*4)

Usage

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

The Versions

19/02 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Mamoru Otsuka

19/02 2014

1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Mamoru Otsuka