PHPackages                             ttungbmt/laravel-socialite-geonode - 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. ttungbmt/laravel-socialite-geonode

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

ttungbmt/laravel-socialite-geonode
==================================

GeoNode OAuth2 Provider for Laravel Socialite

1.0.0(3y ago)0246MITPHPPHP ^7.4 || ^8.0

Since Sep 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/laragis/laravel-socialite-geonode)[ Packagist](https://packagist.org/packages/ttungbmt/laravel-socialite-geonode)[ RSS](/packages/ttungbmt-laravel-socialite-geonode/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

GeoNode
=======

[](#geonode)

```
composer require ttungbmt/laravel-socialite-geonode
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'geonode' => [
  'client_id' => env('GEONODE_CLIENT_ID'),
  'client_secret' => env('GEONODE_CLIENT_SECRET'),
  'redirect' => env('GEONODE_REDIRECT_URI'),
],
```

### Add provider event listener

[](#add-provider-event-listener)

Configure the package's listener to listen for `SocialiteWasCalled` events.

Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        \TungTT\LaravelSocialite\GeoNode\GeoNodeExtendSocialite::class.'@handle',
    ],
];
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
return Socialite::driver('geonode')->redirect();
```

### Returned User fields

[](#returned-user-fields)

These fields may differ with different scopes

- `id`
- `name`
- `email`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1336d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2098b66f280a2f37902016a5ea43bfb3ef72c03b804ac546921353b3905bad8?d=identicon)[ttungbmt](/maintainers/ttungbmt)

---

Top Contributors

[![ttungbmt](https://avatars.githubusercontent.com/u/12232155?v=4)](https://github.com/ttungbmt "ttungbmt (7 commits)")

---

Tags

laravelprovideroauthsocialitegeonode

### Embed Badge

![Health badge](/badges/ttungbmt-laravel-socialite-geonode/health.svg)

```
[![Health](https://phpackages.com/badges/ttungbmt-laravel-socialite-geonode/health.svg)](https://phpackages.com/packages/ttungbmt-laravel-socialite-geonode)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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