mp-php / fuel-packages-gdata
Installs: 1 087
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 1
Open Issues: 0
Type:fuel-package
Requires
- composer/installers: *
- google/apiclient: 1.*@dev
This package is auto-updated.
Last update: 2024-11-19 20:48:52 UTC
README
This package depend on google-api-php-client.
https://github.com/google/google-api-php-client
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
'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()
);