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

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

clientxcms/sso-pterodactyl
==========================

Allows clients from ClientXCMS login to their Pterodactyl account with a single redirect

v1.2(11mo ago)025MITPHPPHP ^8.0|^8.1|^8.2|^8.3

Since Jul 23Pushed 11mo agoCompare

[ Source](https://github.com/ClientXCMS/sso-pterodactyl)[ Packagist](https://packagist.org/packages/clientxcms/sso-pterodactyl)[ RSS](/packages/clientxcms-sso-pterodactyl/feed)WikiDiscussions main Synced today

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/2690af59b2386aa801e34cc47d397eb74f6890247294b92f6e2fcbe55f6657e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c69656e7478636d732f73736f2d707465726f64616374796c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/clientxcms/sso-pterodactyl)[![Total Downloads](https://camo.githubusercontent.com/be594256b62a893be9b6b10b2949da81fd3655abecdb892f83af5aab92ffa1f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c69656e7478636d732f73736f2d707465726f64616374796c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/clientxcms/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 clientxcms/sso-pterodactyl
```

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

[](#configuration)

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

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

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

2. Generate new SSO key

```
php artisan clientxcms:generate
```

3. Clear the configuration cache to ensure the new settings are applied:

```
php artisan route:clear
```

4. Add the SSO key to your `.env` file in your clientxcms application by adding the following line:

```
SSO_CLIENTXCMS_KEY{SERVER_ID}=your_secret_key_here
```

with `{SERVER_ID}` being the ID of the server you want to connect to. For example, if your server ID is `1`, you would add:

```
SSO_CLIENTXCMS_KEY1=your_secret_key_here
```

If you are using Cloud platforms you can add metadata to your CLIENTXCMS server to set the SSO key: Key: `sso_key`Value: `your_secret_key_here`4. You can now use the SSO key in your application to authenticate users.

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

33

—

LowBetter than 72% of packages

Maintenance52

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.9% 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 ~4 days

Total

3

Last Release

338d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4400925?v=4)[MartinDev](/maintainers/MartinDev)[@Martindev](https://github.com/Martindev)

---

Top Contributors

[![Mubeen142](https://avatars.githubusercontent.com/u/58806240?v=4)](https://github.com/Mubeen142 "Mubeen142 (18 commits)")[![DarkIncognito85](https://avatars.githubusercontent.com/u/40685165?v=4)](https://github.com/DarkIncognito85 "DarkIncognito85 (5 commits)")[![martindev-fr](https://avatars.githubusercontent.com/u/40685165?v=4)](https://github.com/martindev-fr "martindev-fr (5 commits)")[![GIGABAIT93](https://avatars.githubusercontent.com/u/59637348?v=4)](https://github.com/GIGABAIT93 "GIGABAIT93 (4 commits)")[![PadowYT2](https://avatars.githubusercontent.com/u/71085027?v=4)](https://github.com/PadowYT2 "PadowYT2 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M18](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1563.0k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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