PHPackages                             frengky/laravel-passport-introspect - 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. frengky/laravel-passport-introspect

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

frengky/laravel-passport-introspect
===================================

Laravel Passport Introspect Endpoint (RFC 7662)

v1.0.1(5y ago)39842MITPHPPHP ^7.3|^8.0

Since Mar 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/frengky/laravel-passport-introspect)[ Packagist](https://packagist.org/packages/frengky/laravel-passport-introspect)[ Docs](https://github.com/frengky/laravel-passport-introspect)[ RSS](/packages/frengky-laravel-passport-introspect/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Passport Token Introspection
====================================

[](#laravel-passport-token-introspection)

Introduction
------------

[](#introduction)

This package add token introspection endpoint ([RFC 7662](https://tools.ietf.org/html/rfc7662)) for your [Laravel Passport](https://laravel.com/docs/passport) OAuth2 implementation.

### Requirements

[](#requirements)

- Laravel Passport 10.x

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

[](#installation)

1. Installing the package

```
$ composer require frengky/laravel-passport-introspect
```

2. Add the service provider to your `config/app.php`

```
Frengky\PassportIntrospect\ServiceProvider::class

```

From now on the introspection endpoint route is available to access

> POST /api/oauth2/introspect

Example:

```
curl -X POST -d 'token=hKustjeCOOSXC....' http://localhost/api/oauth2/introspect
```

Result:

```
{
  "active": true,
  "scope": "",
  "client_id": "93048e9a-f227-47ad-91f2-9630fd77fe0a",
  "sub": "1",
  "exp": 1616481476,
  "iat": 1616477876,
  "nbf": 1616477876,
  "aud": [
	"93048e9a-f227-47ad-91f2-9630fd77fe0a"
  ],
  "iss": "",
  "token_type": "Bearer",
  "token_use": "access_token",
  "jti": "58eb3b4824891f4621075fbbbbd825fd4bf7c49e9c364d4fa4069ea62fe7b8a043a92bfa278612e6"
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

2

Last Release

1877d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4408112?v=4)[Frengky](/maintainers/frengky)[@frengky](https://github.com/frengky)

---

Top Contributors

[![frengky](https://avatars.githubusercontent.com/u/4408112?v=4)](https://github.com/frengky "frengky (2 commits)")[![serpentblade](https://avatars.githubusercontent.com/u/1483665?v=4)](https://github.com/serpentblade "serpentblade (1 commits)")

---

Tags

laraveloauthoauth2passportintrospection

### Embed Badge

![Health badge](/badges/frengky-laravel-passport-introspect/health.svg)

```
[![Health](https://phpackages.com/badges/frengky-laravel-passport-introspect/health.svg)](https://phpackages.com/packages/frengky-laravel-passport-introspect)
```

###  Alternatives

[coderello/laravel-passport-social-grant

Social Grant for Laravel Passport

179607.4k3](/packages/coderello-laravel-passport-social-grant)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

55342.3k2](/packages/jeremy379-laravel-openid-connect)[wearedevtical/novassport

A Laravel Nova tool to manage API Authentication (Passport).

663.1k](/packages/wearedevtical-novassport)[danjdewhurst/laravel-passport-facebook-login

Facebook Token Request Grant for Laravel Passport

2824.4k](/packages/danjdewhurst-laravel-passport-facebook-login)[mikemclin/passport-custom-request-grant

Custom Request Grant for Laravel Passport

343.6k](/packages/mikemclin-passport-custom-request-grant)

PHPackages © 2026

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