swapneal-dev/laravel-google-contacts

There is no license information available for the latest version (0.1) of this package.

fetch google contact in your project

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/swapneal-dev/laravel-google-contacts

0.1 2023-02-18 13:22 UTC

This package is auto-updated.

Last update: 2025-09-28 11:39:58 UTC


README

Installation

Install using composer

composer require swapneal-dev/laravel-google-contacts

You must publish the configuration with this command:

php artisan vendor:publish --provider="SwapnealDev\GoogleContact\GoogleContactServiceProvider"
  1. Setup oauth config in google-contact.php
  2. Run migration
  3. add your access key to google_access_token column in users table.
  4. add calendar id to google_calender_id column in users table.
  5. add trait to user model SwapnealDev\GoogleContact\traits\HasGoogleToken

I have created an example project for google contacts to know implementation of this package.

https://github.com/swapneal-dev/google-calender-and-contacts

Now you are good to go.