Download the PHP package lubos/google without Composer
On this page you can find all versions of the php package lubos/google. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package google
CakePHP Google API Plugin
Requirements
Installlation
-
Use composer. Add following to the
composer.json
file:"require": { "lubos/google": "~1.0" }
And run
php composer.phar update
-
Install required plugins with all dependcies and configuration (done via composer)
-
Connect google's account with your application http://example.org/auth/google
- Include needed model in your controller or anywhere you want to
Sample
-
Install CakePHP Google API Plugin sample
-
Create database & run bake, schema scripts
- Configure - set google's credentials
Copy bootstrap.php.default to bootstrap.php and add your client_id, client_secret. You can get these details at https://code.google.com/apis/console/
Note You have to configure Opauth correctly
All versions of google with dependencies
PHP Build Version
Package Version
Requires
cakephp/cakephp Version
~2.0
composer/installers Version ~1.0
lubos/opauth Version ~1.0
php Version >=5.2.8
composer/installers Version ~1.0
lubos/opauth Version ~1.0
php Version >=5.2.8
The package lubos/google contains the following files
Loading the files please wait ....