PHPackages                             wilford-woodruff-papers/laravel-socialite-familysearch - 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. wilford-woodruff-papers/laravel-socialite-familysearch

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

wilford-woodruff-papers/laravel-socialite-familysearch
======================================================

FamilySearch OAuth2 Provider for Laravel Socialite

v1.1.0(1y ago)03.1k↓50%MITPHPPHP ^8.0

Since Dec 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wilford-woodruff-papers/laravel-socialite-familysearch)[ Packagist](https://packagist.org/packages/wilford-woodruff-papers/laravel-socialite-familysearch)[ RSS](/packages/wilford-woodruff-papers-laravel-socialite-familysearch/feed)WikiDiscussions main Synced 1mo ago

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

GitHub
======

[](#github)

```
composer require wilford-woodruff-papers/laravel-socialite-familysearch
```

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)

```
'familysearch' => [
    'base_uri' => env('FAMILYSEARCH_BASE_URI'),
    'base_auth_uri' => env('FAMILYSEARCH_AUTH_BASE_URI'),
    'client_id' => env('FAMILYSEARCH_CLIENT_ID'),
    'client_secret' => env('FAMILYSEARCH_CLIENT_SECRET'),
    'redirect' => env('FAMILYSEARCH_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
        \SocialiteProviders\FamilySearch\FamilySearchExtendSocialite::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('familysearch')->redirect();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~343 days

Total

2

Last Release

544d ago

### Community

Maintainers

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

---

Top Contributors

[![jonfackrell](https://avatars.githubusercontent.com/u/2992230?v=4)](https://github.com/jonfackrell "jonfackrell (3 commits)")

---

Tags

laravelprovideroauthsocialitefamilysearch

### Embed Badge

![Health badge](/badges/wilford-woodruff-papers-laravel-socialite-familysearch/health.svg)

```
[![Health](https://phpackages.com/badges/wilford-woodruff-papers-laravel-socialite-familysearch/health.svg)](https://phpackages.com/packages/wilford-woodruff-papers-laravel-socialite-familysearch)
```

###  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)
