PHPackages                             smskin/identity-service-nova3-tool - 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. smskin/identity-service-nova3-tool

ActiveLibrary

smskin/identity-service-nova3-tool
==================================

A Laravel Nova tool.

06PHP

Since May 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/smskin/laravel-identity-service-nova3-tool)[ Packagist](https://packagist.org/packages/smskin/identity-service-nova3-tool)[ RSS](/packages/smskin-identity-service-nova3-tool/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova v3 Tool for manage Identity service
================================================

[](#laravel-nova-v3-tool-for-manage-identity-service)

This is Nova Tool for manage Identity service ()

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

[](#installation)

1. `composer require smskin/identity-service-nova3-tool`
2. Delete default User resource (app/Nova/User.php)
3. Add `SMSkin\IdentityServiceNova3Tool\IdentityServiceNova3Tool` to `App\Providers\NovaServiceProvider.php`

Example of NovaServiceProvider

```
...
public function tools()
{
    return [
        new IdentityServiceNova3Tool
    ];
}
...
```

Customization
-------------

[](#customization)

You can extend default Nova Resource and pass it to Tool

```
...
public function tools()
{
    return [
        (new IdentityServiceNova3Tool)
            ->setScopeGroupResource(ScopeGroup::class)
            ->setScopeResource(Scope::class)
            ->setUserEmailCredentialResource(UserEmailCredential::class)
            ->setUserPhoneCredentialResource(UserPhoneCredential::class)
            ->setUserOAuthCredentialResource(UserOAuthCredential::class)
            ->setUserResource(User::class)
    ];
}
...
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/92de9daad6e0c4ef7b8b4fa112373401ae79ac02d185653724ca4ac425add1b7?d=identicon)[smskin](/maintainers/smskin)

---

Top Contributors

[![smskin](https://avatars.githubusercontent.com/u/3227797?v=4)](https://github.com/smskin "smskin (2 commits)")

### Embed Badge

![Health badge](/badges/smskin-identity-service-nova3-tool/health.svg)

```
[![Health](https://phpackages.com/badges/smskin-identity-service-nova3-tool/health.svg)](https://phpackages.com/packages/smskin-identity-service-nova3-tool)
```

PHPackages © 2026

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