PHPackages                             jobilla/passport-revoke - 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. jobilla/passport-revoke

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

jobilla/passport-revoke
=======================

Revoke Laravel Passport tokens with a simple Artisan command

v1.3.1(4y ago)56.2k3[1 issues](https://github.com/jobilla/laravel-passport-revoke/issues)MITPHPCI failing

Since Jan 23Pushed 4y ago13 watchersCompare

[ Source](https://github.com/jobilla/laravel-passport-revoke)[ Packagist](https://packagist.org/packages/jobilla/passport-revoke)[ RSS](/packages/jobilla-passport-revoke/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (7)Versions (7)Used By (0)

Laravel Passport Revoke
=======================

[](#laravel-passport-revoke)

[![Latest Stable Version](https://camo.githubusercontent.com/083e865505b0a6136b1636f147439c6edf6d10cb2641940b287cdd60a2dfc2f1/68747470733a2f2f706f7365722e707567782e6f72672f6a6f62696c6c612f70617373706f72742d7265766f6b652f762f737461626c65)](https://packagist.org/packages/jobilla/passport-revoke)[![Build Status](https://camo.githubusercontent.com/7968bb95a8714e72b16e412a2e9c40e13dd50ed5087735fd8bec7760d30600d2/68747470733a2f2f7472617669732d63692e6f72672f6a6f62696c6c612f6c61726176656c2d70617373706f72742d7265766f6b652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jobilla/laravel-passport-revoke)[![codecov](https://camo.githubusercontent.com/b4516899a14efa8471273017772b8b20793f88c8fc929f55ddf791c2dbecd4f6/68747470733a2f2f636f6465636f762e696f2f67682f6a6f62696c6c612f6c61726176656c2d70617373706f72742d7265766f6b652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/jobilla/laravel-passport-revoke)[![License](https://camo.githubusercontent.com/2073e706e13bdda40ffa4f0c484162aba66255ac005a3b5637a16a92ae734f3d/68747470733a2f2f706f7365722e707567782e6f72672f6a6f62696c6c612f70617373706f72742d7265766f6b652f6c6963656e7365)](https://packagist.org/packages/jobilla/passport-revoke)

This package provides a single Artisan command for revoking a set of active Laravel Passport tokens, to ease mass revocations. This can be useful if you add or remove claims from the JWT and need every user to have a newly issued token.

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

[](#installation)

Install the package using Composer.

```
composer require jobilla/passport-revoke

```

Usage
-----

[](#usage)

Not passing any arguments to the command will revoke all active tokens:

```
php artisan passport:revoke

```

You may pass a token ID as the argument to revoke a single token:

```
php artisan passport:revoke 3

```

Or you may pass a `--user` option to revoke all active tokens for a given user.

```
php artisan passport:revoke --user=27

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~221 days

Recently: every ~276 days

Total

6

Last Release

1559d ago

Major Versions

v0.1.0 → v1.0.02019-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f7c369fe9e0f2394fa77dfd669ab045a4743a517fc08dcfdbc65dbe17928178?d=identicon)[phroggyy](/maintainers/phroggyy)

![](https://avatars.githubusercontent.com/u/2135597?v=4)[Hakan Aktas](/maintainers/hkan)[@hkan](https://github.com/hkan)

---

Top Contributors

[![appelsiini](https://avatars.githubusercontent.com/u/8483111?v=4)](https://github.com/appelsiini "appelsiini (8 commits)")[![phroggyy](https://avatars.githubusercontent.com/u/7256451?v=4)](https://github.com/phroggyy "phroggyy (6 commits)")[![andvla](https://avatars.githubusercontent.com/u/12616998?v=4)](https://github.com/andvla "andvla (2 commits)")[![Ciaro](https://avatars.githubusercontent.com/u/891736?v=4)](https://github.com/Ciaro "Ciaro (2 commits)")[![ilan-moatty](https://avatars.githubusercontent.com/u/65910094?v=4)](https://github.com/ilan-moatty "ilan-moatty (2 commits)")[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jobilla-passport-revoke/health.svg)

```
[![Health](https://phpackages.com/badges/jobilla-passport-revoke/health.svg)](https://phpackages.com/packages/jobilla-passport-revoke)
```

###  Alternatives

[casbin/laravel-authz

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.

324339.9k4](/packages/casbin-laravel-authz)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88655.9k](/packages/corbosman-laravel-passport-claims)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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