ijvo / google
Google API wrapper and authentication for Nette Framework
v1.1.2
2023-08-02 20:05 UTC
Requires
- php: >=7.3
- ext-curl: *
- ext-json: *
- google/apiclient: ^2.0
- nette/nette: dev-master
Requires (Dev)
- nette/tester: >=2.3
README
Integration of google/google-api-php-client into Nette Framework with authorization component using Google services.
Requirements
IJVo/Google requires PHP 5.6 or higher with cUrl extension enabled.
Installation
The best way to install IJVo/Google is using Composer:
$ composer require ijvo/google:~1.0
For Nette 2.4
is ~0.1.6
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.