vlfesko / laravel-google-services
A package to integrate Google services to Laravel
v0.1.0
2025-07-03 06:04 UTC
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