kdyby / google
This package is abandoned and no longer maintained.
The author suggests using the league/oauth2-google package instead.
Google API wrapper and authentication for Nette Framework
v0.1.1
2014-10-24 15:51 UTC
Requires
- ext-curl: *
- ext-json: *
- google/apiclient: ~1.0.4@beta
- nette/nette: ~2.1@dev
Requires (Dev)
- jakub-onderka/php-parallel-lint: ~0.7
- nette/tester: @dev
This package is auto-updated.
Last update: 2022-02-01 12:34:54 UTC
README
Integration of google/google-api-php-client into Nette Framework with authorization component using Google services.
Requirements
Kdyby/Google requires PHP 5.3.2 or higher with cUrl extension enabled.
Installation
The best way to install Kdyby/Google is using Composer:
$ composer require kdyby/google:~0.1
For Nette 2.1
and newer is ~0.1
Documentation
Learn how to authenticate the user using Google's oauth or call Google's api in documentation.
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/Google.