PHPackages                             tobymaxham/zhylon-auth - 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. tobymaxham/zhylon-auth

Abandoned → [zhylon/zhylon-auth](/?search=zhylon%2Fzhylon-auth)Library[Authentication &amp; Authorization](/categories/authentication)

tobymaxham/zhylon-auth
======================

Zhylon OAuth2 Provider for Laravel Socialite

v2.0(2mo ago)0301MITPHPPHP ^8.3|^8.4|8.5

Since Dec 27Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/Zhylon/zhylon-auth)[ Packagist](https://packagist.org/packages/tobymaxham/zhylon-auth)[ RSS](/packages/tobymaxham-zhylon-auth/feed)WikiDiscussions main Synced 1mo ago

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

Zhylon oAuth via LaravelSocialite
=================================

[](#zhylon-oauth-via-laravelsocialite)

This package is a LaravelSocialite driver for the Zhylon oAuth service. To register for the service visit .

Composer install package
------------------------

[](#composer-install-package)

```
composer require zhylon/zhylon-auth
```

Prepare your User model
-----------------------

[](#prepare-your-user-model)

Since the package will fill the user model with the data from the oAuth provider, you need to add some fields to your user model `fillable` array.

```
protected $fillable = [
    'zhylon_id',
    'zhylon_token',
    'zhylon_refresh_token',
];
```

Config and Migration
--------------------

[](#config-and-migration)

```
php artisan vendor:publish
php artisan migrate
```

Change you `.env` file:

```
ZHYLON_AUTH_CLIENT_ID=YOUR_CLIENT_ID
ZHYLON_AUTH_CLIENT_SECRET=YOUR_CLIENT_SECRET
ZHYLON_AUTH_CALLBACK_WEBSITE="https://your-website.com"
```

If you want you could also change some project specific settings:

```
ZHYLON_AUTH_SITE_PATH="/auth/zhylon"
ZHYLON_AUTH_BASE_URI="https://id.zhylon.net"
ZHYLON_AUTH_HOME="/dashboard"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/Zhylon/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you've found a bug regarding security please mail  instead of using the issue tracker.

Credits
-------

[](#credits)

- [TobyMaxham](https://github.com/TobyMaxham)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance91

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 76.5% 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 ~578 days

Total

3

Last Release

72d ago

Major Versions

v1.1 → v2.02026-02-26

PHP version history (2 changes)v1.0PHP ^8.0

v2.0PHP ^8.3|^8.4|8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/900ab0a66bf701f3fb99a4db54276b4984cf3cf9b55ccad6df65c034f58be85f?d=identicon)[TobyMaxham](/maintainers/TobyMaxham)

---

Top Contributors

[![TobyMaxham](https://avatars.githubusercontent.com/u/5646469?v=4)](https://github.com/TobyMaxham "TobyMaxham (13 commits)")[![NorbertFox](https://avatars.githubusercontent.com/u/12622977?v=4)](https://github.com/NorbertFox "NorbertFox (4 commits)")

---

Tags

hacktoberfesthacktoberfest-acceptedhacktoberfest-starterhacktoberfest2024zhylonzhylonidlaravelprovideroauthsocialitezhylon

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/tobymaxham-zhylon-auth/health.svg)

```
[![Health](https://phpackages.com/badges/tobymaxham-zhylon-auth/health.svg)](https://phpackages.com/packages/tobymaxham-zhylon-auth)
```

###  Alternatives

[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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