PHPackages                             manikandan-1704/laravel-google-login - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. manikandan-1704/laravel-google-login

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

manikandan-1704/laravel-google-login
====================================

A Laravel package for Google login

v1.0.2(2y ago)18MITPHPPHP ^7.3|^8.0

Since Jun 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/manikandan-1704/laravel-google-signin)[ Packagist](https://packagist.org/packages/manikandan-1704/laravel-google-login)[ Docs](https://github.com/manikandan-1704/laravel-google-signin)[ RSS](/packages/manikandan-1704-laravel-google-login/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel Google Login Package
============================

[](#laravel-google-login-package)

A Laravel package for integrating Google login functionality.

Installation
------------

[](#installation)

1. You can install the package via Composer. Run the following command:

    ```
     composer require manikandan-1704/laravel-google-login

    ```
2. Publish the package configuration file:

    ```
     php artisan vendor:publish --provider="Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider"

    ```
3. Register the provider in config.php :

    ```
     // config/app.php

    'providers' => [
     // ...
     Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider::class,
     ],

    ```
4. Publish the package configuration file :

    ```
     php artisan vendor:publish --provider="Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider"

     This will create a googlelogin.php file in your config directory where you can configure your Google OAuth credentials.

    ```
5. Use this in use statement :

    ```
     use Manikandan1704\LaravelGoogleLogin\Controllers\GoogleLoginController;

    ```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

Support
-------

[](#support)

For any issues or questions, please visit the GitHub repository.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

734d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/173713754?v=4)[Manikandan](/maintainers/manikandan-1704)[@manikandan-1704](https://github.com/manikandan-1704)

---

Top Contributors

[![manikandan-1704](https://avatars.githubusercontent.com/u/173713754?v=4)](https://github.com/manikandan-1704 "manikandan-1704 (13 commits)")

---

Tags

laravelgoogleoauthlogin

### Embed Badge

![Health badge](/badges/manikandan-1704-laravel-google-login/health.svg)

```
[![Health](https://phpackages.com/badges/manikandan-1704-laravel-google-login/health.svg)](https://phpackages.com/packages/manikandan-1704-laravel-google-login)
```

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42747.6M583](/packages/socialiteproviders-manager)[auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.

2795.3M3](/packages/auth0-login)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
