PHPackages                             chornthorn/wso2-is - 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. chornthorn/wso2-is

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

chornthorn/wso2-is
==================

WSO2 Identity Server OAuth2 Provider for Laravel Socialite

v1.0.7(2y ago)016MITPHPPHP ^8.0

Since Sep 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/chornthorn/wso2-is)[ Packagist](https://packagist.org/packages/chornthorn/wso2-is)[ RSS](/packages/chornthorn-wso2-is/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

WSO2 Identity Server for Laravel Socialite
==========================================

[](#wso2-identity-server-for-laravel-socialite)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7f247bc67140a84b7314596611e08844fdd7d46c2779275b466a2e67600dde21/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63686f726e74686f726e2f77736f322d69732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chornthorn/wso2-is)![GitHub issues-closed](https://camo.githubusercontent.com/b087939787c02f05b0c5bb6fff822d8ee1d6b240456d197b3aef3961e1929bec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642f63686f726e74686f726e2f77736f322d69732e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/c8c9f631f072e39e1ee0b45273d3b0fc90f7abb8a8547eeb6f519146f6ff9874/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63686f726e74686f726e2f77736f322d69732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chornthorn/wso2-is)

```
composer require chornthorn/wso2-is
```

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)

```
'wso2is' => [
  'client_id' => env('WSO2IS_CLIENT_ID'),
  'client_secret' => env('WSO2IS_CLIENT_SECRET'),
  'redirect' => env('WSO2IS_REDIRECT_URI'),
  'base_url' => env('WSO2IS_BASE_URL'),
],
```

### Add configuration to `.env`

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

Login to your WSO2 Identity Server and create a new OAuth2 application. And then add the following configuration to your `.env` file.

```
WSO2IS_CLIENT_ID=your-client-id
WSO2IS_CLIENT_SECRET=your-client-secret
WSO2IS_REDIRECT_URI=https://your-callback-url
WSO2IS_BASE_URL=https://your-identity-server.com/oauth2
```

### 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\WSO2IS\Wso2IsExtendSocialite::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('wso2is')->redirect();
```

### Returned User fields

[](#returned-user-fields)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

8

Last Release

984d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0295affc2dd47b815710c206788d7ab205adaefe744c9da6679c9119da36ba39?d=identicon)[chornthorn](/maintainers/chornthorn)

---

Top Contributors

[![chornthorn](https://avatars.githubusercontent.com/u/36778896?v=4)](https://github.com/chornthorn "chornthorn (13 commits)")

---

Tags

laravelprovideroauthsocialiteWSO2 Identity ServerWSO2 API Manager

### Embed Badge

![Health badge](/badges/chornthorn-wso2-is/health.svg)

```
[![Health](https://phpackages.com/badges/chornthorn-wso2-is/health.svg)](https://phpackages.com/packages/chornthorn-wso2-is)
```

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