vlfesko / laravel-google-services
A package to integrate Google services to Laravel
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/vlfesko/laravel-google-services
Requires
- php: ^7.3|^8.0
- google/apiclient: ^2.17
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
README
This package provides a convenient way to integrate Google Services into your Laravel application. It offers easy configuration and service binding for Google Client, Google Drive, and Google Sheets.
Features
- Easy integration of Google Client in Laravel applications
- Pre-configured service bindings for Google Drive and Google Sheets
- Publishable configuration file for Google Services credentials
Requirements
- PHP 7.3 or higher
- Laravel 8.0 or higher
- Google API PHP Client library
Installation
You can install the package via Composer:
composer require vlfesko/laravel-google-services