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

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

tobymaxham/zhylon-oauth
=======================

Zhylon OAuth2 Provider for Laravel Socialite

1.0.0(4y ago)07MITPHPPHP ^7.4 || ^8.0

Since Nov 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TobyMaxham/zhylon-oauth)[ Packagist](https://packagist.org/packages/tobymaxham/zhylon-oauth)[ Docs](https://github.com/tobymaxham/zhylon-oauth)[ GitHub Sponsors](https://github.com/TobyMaxham)[ RSS](/packages/tobymaxham-zhylon-oauth/feed)WikiDiscussions main Synced 2d ago

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

Zhylon OAuth2 Provider for Laravel Socialite
============================================

[](#zhylon-oauth2-provider-for-laravel-socialite)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b33e4930442c39e6f7bd3378ccfa402ef3f0e2699976dc46c87cb365421024a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f62796d617868616d2f7a68796c6f6e2d6f617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobymaxham/zhylon-oauth)[![Tests](https://github.com/tobymaxham/zhylon-oauth/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/tobymaxham/zhylon-oauth/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/295eb41dc64f0794a9f6926bb71c7db8594382e1038500ecee9a75c9bf8676d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f62796d617868616d2f7a68796c6f6e2d6f617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobymaxham/zhylon-oauth)

---

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

[](#installation)

```
composer require tobymaxham/zhylon-oauth
```

Configuration &amp; Basic Usage
-------------------------------

[](#configuration--basic-usage)

As a registered MX-User or Team Member at [Zhylon Systems](https://zhylon.de/), you can create an OAuth-Clients for your application.

### Add configuration to `config/services.php`

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

```
'zhylon' => [
   'client_id' => env('ZHYLON_CLIENT_ID'),
   'client_secret' => env('ZHYLON_CLIENT_SECRET'),
   'redirect' => env('ZHYLON_REDIRECT_URI'),
],
```

If you need to configure another Zhylon-Server-Instance, you can also configure this instance by adding the following configuration:

```
'zhylon' => [
   ...
   'instance' => env('ZHYLON_INSTANCE_URI', 'https://zhylon.de'),
],
```

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('zhylon')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `name`
- `email`
- `profile_photo_url`

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

1633d ago

### 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 (5 commits)")

---

Tags

laravelprovideroauthsocialitetobymaxhamzhylonzhylon-oauth

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[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)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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