lekarna / google
Google API wrapper and authentication for Nette Framework
Installs: 11 669
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 35
Open Issues: 0
Requires
- ext-curl: *
- ext-json: *
- google/apiclient: ^1.1
- latte/latte: ^2.3
- nette/application: ^3.0
- nette/di: ^3.0
- nette/http: ^3.0
- nette/utils: ^3.0
- tracy/tracy: ^2.3
Requires (Dev)
- jakub-onderka/php-parallel-lint: ~0.7
- nette/bootstrap: ^2.3
- nette/tester: @dev
This package is auto-updated.
Last update: 2024-10-15 15:30:43 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.