PHPackages                             looxis/libreworkspace-socialite-provider - 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. looxis/libreworkspace-socialite-provider

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

looxis/libreworkspace-socialite-provider
========================================

A laravel socialite provider for libreworkspace

v1.1.0(5mo ago)095MITPHPPHP ^8.0

Since Jan 12Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/looxis/libreworkspace-socialite-provider)[ Packagist](https://packagist.org/packages/looxis/libreworkspace-socialite-provider)[ RSS](/packages/looxis-libreworkspace-socialite-provider/feed)WikiDiscussions main Synced today

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

Libreworkspace Socialite Provider
=================================

[](#libreworkspace-socialite-provider)

A laravel socialite provider for libreworkspace

```
composer require looxis/libreworkspace-socialite-provider
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

### Configure settings in `.env`

[](#configure-settings-in-env)

```
LIBREWORKSPACE_PROVIDER_URL=https://portal.yourdomain.com
LIBREWORKSPACE_CLIENT_ID=XXXXXX
LIBREWORKSPACE_CLIENT_SECRET=YYYYYYYYYYYYYYYYYY
LIBREWORKSPACE_REDIRECT_URI=http://yourapp.com/auth/libreworkspace/callback
LIBREWORKSPACE_GROUP=yourapp
LIBREWORKSPACE_SCOPES="openid profile email groups"

```

with group you can define the group a user must have in the Libreworkspace, otherwise it will throw a 403

with scopes you can define the scopes the openID response should include

### Usage

[](#usage)

You should now be able to use the provider:

```
return Socialite::driver('libreworkspace')->redirect();
```

To redirect to the authentication, and then:

```
$user = Socialite::driver('libreworkspace')->user()
```

Versioning
----------

[](#versioning)

- `0.x` – legacy versions including auth routes and controllers (deprecated)
- `1.0+` – pure Socialite provider without routes or login logic

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

6

Last Release

171d ago

Major Versions

v0.3.1 → v1.0.02026-01-12

v0.3.3 → v1.1.02026-01-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbb2b81c139ed56113959ca27efc131af8d86a5dc5fb3f12b400100572d5d2d7?d=identicon)[Looxis](/maintainers/Looxis)

---

Top Contributors

[![krizzdev](https://avatars.githubusercontent.com/u/5312693?v=4)](https://github.com/krizzdev "krizzdev (7 commits)")

### Embed Badge

![Health badge](/badges/looxis-libreworkspace-socialite-provider/health.svg)

```
[![Health](https://phpackages.com/badges/looxis-libreworkspace-socialite-provider/health.svg)](https://phpackages.com/packages/looxis-libreworkspace-socialite-provider)
```

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

629.5M15](/packages/socialiteproviders-apple)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

347.3M25](/packages/socialiteproviders-microsoft)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

597.2M27](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

402.0M5](/packages/socialiteproviders-instagram)[socialiteproviders/saml2

SAML2 Service Provider for Laravel Socialite

172.6M5](/packages/socialiteproviders-saml2)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

432.4M22](/packages/socialiteproviders-discord)

PHPackages © 2026

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