PHPackages                             chrisreedio/filament-oauth-clients - 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. chrisreedio/filament-oauth-clients

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

chrisreedio/filament-oauth-clients
==================================

Provides OAuth Client Services

v4.1.0(3mo ago)0452↓26.2%[4 PRs](https://github.com/chrisreedio/filament-oauth-clients/pulls)MITPHPPHP ^8.3CI passing

Since Jul 28Pushed 1mo agoCompare

[ Source](https://github.com/chrisreedio/filament-oauth-clients)[ Packagist](https://packagist.org/packages/chrisreedio/filament-oauth-clients)[ Docs](https://github.com/chrisreedio/filament-oauth-clients)[ GitHub Sponsors](https://github.com/chrisreedio)[ RSS](/packages/chrisreedio-filament-oauth-clients/feed)WikiDiscussions 4.x Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (9)Used By (0)

Filament OAuth Clients
======================

[](#filament-oauth-clients)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d28edd3f115c633ce3b4b0d14a4ce409e203569c9898c82ded337aeaee0a225a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636872697372656564696f2f66696c616d656e742d6f617574682d636c69656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisreedio/filament-oauth-clients)[![GitHub Tests Action Status](https://camo.githubusercontent.com/721ce13900c2104737c80b260c7deee57346b6daa435bcbeb8536a193467a94b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636872697372656564696f2f66696c616d656e742d6f617574682d636c69656e74732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/chrisreedio/filament-oauth-clients/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fcb725de917a71974f6cf81628e5d23a411cc8bccc5230364c9bb286b270ee69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636872697372656564696f2f66696c616d656e742d6f617574682d636c69656e74732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/chrisreedio/filament-oauth-clients/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d3972d0185c14c2cea40b82a0af8f6a127ce7a592b56988932f1a62adc51b7b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636872697372656564696f2f66696c616d656e742d6f617574682d636c69656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisreedio/filament-oauth-clients)

> **⚠️ 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
--------

[](#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
------------

[](#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
------------

[](#requirements)

- PHP 8.3+
- Laravel Passport
- Filament v4

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)

- [Chris Reed](https://github.com/chrisreedio)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~65 days

Total

4

Last Release

99d ago

Major Versions

3.x-dev → 4.0.0-beta.12025-08-19

PHP version history (2 changes)3.x-devPHP ^8.1

4.0.0-beta.1PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![chrisreedio](https://avatars.githubusercontent.com/u/77644584?v=4)](https://github.com/chrisreedio "chrisreedio (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelchrisreediofilament-oauth-clients

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/chrisreedio-filament-oauth-clients/health.svg)

```
[![Health](https://phpackages.com/badges/chrisreedio-filament-oauth-clients/health.svg)](https://phpackages.com/packages/chrisreedio-filament-oauth-clients)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

81158.7k4](/packages/stephenjude-filament-two-factor-authentication)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

5925.8k](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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