PHPackages                             actengage/nova-passporter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. actengage/nova-passporter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

actengage/nova-passporter
=========================

A Laravel Nova tool.

v0.9.6(4y ago)024MITPHPPHP &gt;=7.1.0

Since Jun 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/actengage/nova-passporter)[ Packagist](https://packagist.org/packages/actengage/nova-passporter)[ RSS](/packages/actengage-nova-passporter/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

Passporter
==========

[](#passporter)

This package provides a UI for Passport inside of Nova to manage OAuth clients, tokens, and auth codes. It also provides an interface to install and configure the various parts of Passport, which can make using OAuth for the first time much easier.

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

[](#installation)

```
composer install actengage/nova-passporter

```

Open `app/Providers/NovaServiceProvider.php` and add the following code to the to `tools()` method.

```
/**
 * Get the tools that should be listed in the Nova sidebar.
 *
 * @return array
 */
public function tools()
{
    return [
        new Passporter()
    ];
}
```

Usage
-----

[](#usage)

Passporter will appear in the navigation of Nova. Passporter merely provides Resources for Nova and displays them in a different location in the navbar. Everything you would expect to function with a model and resource also functions with Passporter resoruces.

[![Screenshot of Navigation](./sidebar.png?raw=true)](./sidebar.png?raw=true)

Setup Guide
-----------

[](#setup-guide)

We find that the initial setup of OAuth to often be the hardest part. This tool aims to get up and started quicker inside of your production environments, and without having to SSH into your server.

[![Screenshot of Installer](./installer.png?raw=true)](./installer.png?raw=true)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~20 days

Recently: every ~30 days

Total

7

Last Release

1667d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3751e573441701b44fab996c721a3249349c97f023d99986c2f6d646947727e5?d=identicon)[actengage](/maintainers/actengage)

---

Top Contributors

[![actengage](https://avatars.githubusercontent.com/u/33735047?v=4)](https://github.com/actengage "actengage (9 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/actengage-nova-passporter/health.svg)

```
[![Health](https://phpackages.com/badges/actengage-nova-passporter/health.svg)](https://phpackages.com/packages/actengage-nova-passporter)
```

###  Alternatives

[dillingham/nova-attach-many

Attach Many Nova field

2712.0M2](/packages/dillingham-nova-attach-many)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)[stepanenko3/nova-cards

A Laravel Nova info cards.

33143.0k](/packages/stepanenko3-nova-cards)

PHPackages © 2026

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