PHPackages                             pinweb/socialite-tjad - 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. pinweb/socialite-tjad

ActiveLibrary

pinweb/socialite-tjad
=====================

Tjad OAuth2 Provider for Laravel Socialite

v2.1.2(2y ago)0315MITPHPPHP &gt;=5.5.9

Since Nov 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pinweb/SocialiteTjad)[ Packagist](https://packagist.org/packages/pinweb/socialite-tjad)[ RSS](/packages/pinweb-socialite-tjad/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#installation)

```
composer require pinweb/socialite-tjad
```

Add provider event listener
---------------------------

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

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\\Tjad\\TjadExtendSocialite@handle',
    ],
];
```

Configuration
-------------

[](#configuration)

Add configuration to `config/services.php`

```
'tjad' => [
    'client_id' => env('CLIENT_ID'),
    'client_secret' => env('CLIENT_SECRET'),
    'redirect' => env('REDIRECT'),
    'passport_url' => env('PASSPORT_URL')
],
```

Usage
-----

[](#usage)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

4

Last Release

904d ago

### Community

Maintainers

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

---

Top Contributors

[![tanshiqi](https://avatars.githubusercontent.com/u/1159607?v=4)](https://github.com/tanshiqi "tanshiqi (1 commits)")

### Embed Badge

![Health badge](/badges/pinweb-socialite-tjad/health.svg)

```
[![Health](https://phpackages.com/badges/pinweb-socialite-tjad/health.svg)](https://phpackages.com/packages/pinweb-socialite-tjad)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

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

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

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