uccellolabs/socialite-uccello-hub
Composer 安装命令:
composer require uccellolabs/socialite-uccello-hub
包简介
Uccello Hub OAuth2 provider for Laravel Socialite
README 文档
README
Laravel Socialite driver for Uccello Hub OAuth2 authentication.
Installation
composer require uccellolabs/socialite-uccello-hub
The service provider is auto-discovered — no manual registration needed.
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
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
| Field | Type | Description |
|---|---|---|
id |
integer | Uccello Hub user ID |
name |
string | Full name |
email |
string | Email address |
preferred_locale |
string|null | Language preference (fr, en, …) |
current_team_id |
integer|null | Active team/workspace |
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, 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
MIT
uccellolabs/socialite-uccello-hub 适用场景与选型建议
uccellolabs/socialite-uccello-hub 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 uccellolabs/socialite-uccello-hub 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 uccellolabs/socialite-uccello-hub 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 29
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-11