PHPackages                             uccellolabs/socialite-uccello-hub - 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. uccellolabs/socialite-uccello-hub

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

uccellolabs/socialite-uccello-hub
=================================

Uccello Hub OAuth2 provider for Laravel Socialite

01PHP

Since Apr 14Pushed 1mo agoCompare

[ Source](https://github.com/uccellolabs/socialite-uccello-hub)[ Packagist](https://packagist.org/packages/uccellolabs/socialite-uccello-hub)[ RSS](/packages/uccellolabs-socialite-uccello-hub/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

socialite-uccello-hub
=====================

[](#socialite-uccello-hub)

Laravel Socialite driver for [Uccello Hub](https://hub.uccellolabs.com) OAuth2 authentication.

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

[](#installation)

```
composer require uccellolabs/socialite-uccello-hub
```

The service provider is auto-discovered — no manual registration needed.

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

[](#configuration)

Add to `.env`:

```
UCCELLO_HUB_URL=https://hub.uccellolabs.com
UCCELLO_HUB_CLIENT_ID=your-client-id
UCCELLO_HUB_CLIENT_SECRET=your-client-secret
UCCELLO_HUB_REDIRECT="${APP_URL}/auth/uccello-hub/callback"
```

Add to `config/services.php`:

```
'uccello-hub' => [
    'host'          => env('UCCELLO_HUB_URL'),
    'client_id'     => env('UCCELLO_HUB_CLIENT_ID'),
    'client_secret' => env('UCCELLO_HUB_CLIENT_SECRET'),
    'redirect'      => env('UCCELLO_HUB_REDIRECT'),
],
```

Usage
-----

[](#usage)

```
use Laravel\Socialite\Facades\Socialite;

// Redirect to Uccello Hub
return Socialite::driver('uccello-hub')->redirect();

// Handle the callback
$user = Socialite::driver('uccello-hub')->user();

$user->getId();
$user->getName();
$user->getEmail();
$user->token;
$user->getRaw()['preferred_locale'];
$user->getRaw()['current_team_id'];
```

User fields
-----------

[](#user-fields)

FieldTypeDescription`id`integerUccello Hub user ID`name`stringFull name`email`stringEmail address`preferred_locale`string|nullLanguage preference (`fr`, `en`, …)`current_team_id`integer|nullActive team/workspaceAI skills (Claude Code &amp; Cursor)
------------------------------------

[](#ai-skills-claude-code--cursor)

This package ships an AI skill that guides Claude and Cursor through the full integration (routes, controller, migration, pitfalls).

The skill is installed automatically the first time any `php artisan` command runs after `composer require`. It is copied to `.claude/skills/` (Claude Code) and `.cursor/rules/` (Cursor) — no manual step needed.

If you use [Laravel Boost](https://github.com/laravel/boost), the skill is also auto-discovered by `boost:install --skills`.

**Force reinstall:**

```
php artisan uccello-hub:install
```

**Manual publish:**

```
php artisan vendor:publish --tag=claude-skills
```

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance59

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dd3449bee600c805043068270d8c8d1fe7db9960f76e94b660d1192dfd3b3be?d=identicon)[sardoj](/maintainers/sardoj)

---

Top Contributors

[![sardoj](https://avatars.githubusercontent.com/u/3235898?v=4)](https://github.com/sardoj "sardoj (10 commits)")

### Embed Badge

![Health badge](/badges/uccellolabs-socialite-uccello-hub/health.svg)

```
[![Health](https://phpackages.com/badges/uccellolabs-socialite-uccello-hub/health.svg)](https://phpackages.com/packages/uccellolabs-socialite-uccello-hub)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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