PHPackages                             ownapps/sso-pterodactyl - 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. ownapps/sso-pterodactyl

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

ownapps/sso-pterodactyl
=======================

Allows clients from WemX to login to their Pterodactyl account with a single redirect. Fork with support for custom redirect URLs.

v1.2.2(5mo ago)02MITPHPPHP ^8.0|^8.1|^8.2|^8.3

Since Nov 27Pushed 5mo agoCompare

[ Source](https://github.com/OwnApps-git/sso-pterodactyl)[ Packagist](https://packagist.org/packages/ownapps/sso-pterodactyl)[ Docs](https://github.com/ownapps/sso-pterodactyl)[ RSS](/packages/ownapps-sso-pterodactyl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a4562bb3bbd14261d321d87262fda39fd8fbf9673ac621bb16df3a46de5d2edf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656d782f73736f2d707465726f64616374796c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wemx/sso-pterodactyl)[![Total Downloads](https://camo.githubusercontent.com/90874e4db99d596875660d43438db245a1244b33ab989bef34e28410989a8307/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77656d782f73736f2d707465726f64616374796c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wemx/sso-pterodactyl)

Laravel SSO
===========

[](#laravel-sso)

Laravel SSO is a package for implementing Single Sign-On (SSO) authorizations in your Laravel project. This package allows you to authorize users on a Laravel panel from another website.

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- Laravel 10 or higher

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

[](#installation)

To install the package, use Composer:

```
composer require ownapps/sso-pterodactyl
```

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

[](#configuration)

1. Publish the configuration file by running the following command:

```
php artisan vendor:publish --tag=sso-wemx
```

This command will publish the config/sso-wemx.php file, where you can set the secret key for SSO authorization.

2. Generate new SSO key

```
php artisan wemx:generate
```

Make sure to paste the SSO key on your WemX application

Usage
-----

[](#usage)

1. Generate a access token for using a GET request from your application
2. Redirect the user to the SSO redirect with their token

```
public function loginPanel()
{
    $response = Http::get("https://panel.example.com/sso-wemx/", [
        'sso_secret' => "xxxxxxx",
        'user_id' => 1
    ]);

    if (!$response->successful()) {
        $message = $response['success'] && !$response['success']
            ? $response['message']
            : 'Something went wrong, please contact an administrator.';

        return redirect()->back()->withError($message);
    }

    return redirect()->intended($response['redirect']);
}
```

After being redirected to the /sso-login route, the user will be automatically authorized on the Laravel panel if their email address matches a record in the database.

Support
-------

[](#support)

If you have any questions or issues, please create a new issue in the project repository on GitHub.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](https://github.com/GIGABAIT93/LaravelSso/blob/main/LICENSE) file for details.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance76

Regular maintenance activity

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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

162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66be3effe830432d4e3df14fb63fd3e41be4f47046a7b92b04225739794142dd?d=identicon)[OwnApps-git](/maintainers/OwnApps-git)

---

Top Contributors

[![Mubeen142](https://avatars.githubusercontent.com/u/58806240?v=4)](https://github.com/Mubeen142 "Mubeen142 (18 commits)")[![GIGABAIT93](https://avatars.githubusercontent.com/u/59637348?v=4)](https://github.com/GIGABAIT93 "GIGABAIT93 (4 commits)")[![OwnApps-git](https://avatars.githubusercontent.com/u/223169360?v=4)](https://github.com/OwnApps-git "OwnApps-git (2 commits)")[![PadowYT2](https://avatars.githubusercontent.com/u/71085027?v=4)](https://github.com/PadowYT2 "PadowYT2 (2 commits)")

---

Tags

AuthenticationSSOsingle sign onpterodactylwemx

### Embed Badge

![Health badge](/badges/ownapps-sso-pterodactyl/health.svg)

```
[![Health](https://phpackages.com/badges/ownapps-sso-pterodactyl/health.svg)](https://phpackages.com/packages/ownapps-sso-pterodactyl)
```

###  Alternatives

[league/oauth2-client

OAuth 2.0 Client Library

3.8k118.6M1.2k](/packages/league-oauth2-client)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[adam-paterson/oauth2-stripe

Stripe OAuth 2.0 Client Provider for The PHP League OAuth2-Client

172.4M4](/packages/adam-paterson-oauth2-stripe)[adam-paterson/oauth2-slack

Slack OAuth 2.0 Client Provider for The PHP League OAuth2-Client

22694.8k5](/packages/adam-paterson-oauth2-slack)[ecphp/cas-bundle

A bundle for Symfony, providing authentication against a Central Authentication Service (CAS) server.

48132.1k1](/packages/ecphp-cas-bundle)[ecphp/eu-login-bundle

A bundle for Symfony, providing authentication against European Commission authentication service.

2848.1k](/packages/ecphp-eu-login-bundle)

PHPackages © 2026

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