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

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

opentickettech/socialite
========================

Opentickettech OAuth2 Provider for Laravel Socialite

1.0.1(1y ago)05.1k↑141.7%2MITPHPPHP ^7.2 || ^8.0

Since Dec 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/opentickettech/socialite)[ Packagist](https://packagist.org/packages/opentickettech/socialite)[ RSS](/packages/opentickettech-socialite/feed)WikiDiscussions main Synced 3w ago

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

GitHub
======

[](#github)

```
composer require opentickettech/socialite
```

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)

```
'opentickettech' => [
  'client_id' => env('OPENTICKETTECH_CLIENT_ID'),
  'client_secret' => env('OPENTICKETTECH_CLIENT_SECRET'),
  'redirect' => env('OPENTICKETTECH_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
        'Opentickettech\\Socialite\\OpentickettechExtendSocialite@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('opentickettech')->redirect();
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance41

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

498d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1905778?v=4)[Chris](/maintainers/Grisgruis)[@Grisgruis](https://github.com/Grisgruis)

---

Top Contributors

[![Grisgruis](https://avatars.githubusercontent.com/u/1905778?v=4)](https://github.com/Grisgruis "Grisgruis (2 commits)")[![robvw](https://avatars.githubusercontent.com/u/5641523?v=4)](https://github.com/robvw "robvw (2 commits)")[![ThomasvZadelhoff](https://avatars.githubusercontent.com/u/25841210?v=4)](https://github.com/ThomasvZadelhoff "ThomasvZadelhoff (1 commits)")[![tuupke](https://avatars.githubusercontent.com/u/2218324?v=4)](https://github.com/tuupke "tuupke (1 commits)")

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

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

Microsoft OAuth2 Provider for Laravel Socialite

346.9M19](/packages/socialiteproviders-microsoft)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

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

Microsoft Azure OAuth2 Provider for Laravel Socialite

566.8M24](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

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

Discord OAuth2 Provider for Laravel Socialite

422.3M20](/packages/socialiteproviders-discord)

PHPackages © 2026

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