chrisreedio / filament-oauth-clients
Provides OAuth Client Services
Fund package maintenance!
chrisreedio
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/chrisreedio/filament-oauth-clients
Requires
- php: ^8.3
- filament/filament: ^4.0
- laravel/passport: ^13.1
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- larastan/larastan: ^2.11
- laravel/pint: ^1.0
- nunomaduro/collision: ^8
- orchestra/testbench: ^9.0
- pestphp/pest: ^3
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2026-01-05 21:13:52 UTC
README
⚠️ Early Development: This package is currently in active development. APIs may change before the stable release.
A Filament plugin for managing OAuth 2.0 clients using Laravel Passport. Provides a clean admin interface for managing OAuth applications, services, and personal access tokens.
Features
- Manage OAuth applications and services
- Create and manage personal access tokens
- Built-in support for Laravel Passport
- Clean Filament admin interface with organized resource clustering
Installation
composer require chrisreedio/filament-oauth-clients
Add the plugin to your Filament panel:
use ChrisReedIO\FilamentOAuthClients\FilamentOAuthClientsPlugin; public function panel(Panel $panel): Panel { return $panel ->plugins([ FilamentOAuthClientsPlugin::make(), ]); }
Requirements
- PHP 8.3+
- Laravel Passport
- Filament v4
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.