PHPackages                             digitonic/jetstream-team-invites - 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. digitonic/jetstream-team-invites

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

digitonic/jetstream-team-invites
================================

Customize Jetstream Team Invitations

10.0(3y ago)055MITPHPPHP ^8.0

Since Apr 12Pushed 3y agoCompare

[ Source](https://github.com/digitonic/jetstream-team-invites)[ Packagist](https://packagist.org/packages/digitonic/jetstream-team-invites)[ Docs](https://github.com/truefrontier/jetstream-team-invites)[ RSS](/packages/digitonic-jetstream-team-invites/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Custom Laravel Jetstream Team Invites
=====================================

[](#custom-laravel-jetstream-team-invites)

Prerequisites
-------------

[](#prerequisites)

This package assumes you have already installed Jetstream and your `Team` and `User` Models are in the `app/Models`directory and namespace.

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

[](#installation)

Install this package via Composer by adding the package and the repository link:

```
"require": {
  "truefrontier/jetstream-team-invites": "dev-main",
},

// ...

"repositories": [
  {
    "type":"vcs",
    "url": "https://github.com/truefrontier/jetstream-team-invites"
  }
],

```

Then run:

```
composer update
```

Publish the config options:

```
php artisan vendor:publish --provider="Truefrontier\JetstreamTeamInvites\JetstreamTeamInvitesServiceProvider" --force
```

Lastly, add the Invitation Trait to your Team and User Model:

```
use Truefrontier\JetstreamTeamInvites\Traits\HasJetstreamTeamInvites;

class User
{
    use HasJetstreamTeamInvites;
```

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.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

Unknown

Total

1

Last Release

1123d ago

### Community

Maintainers

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

---

Top Contributors

[![DaltonMcCleery](https://avatars.githubusercontent.com/u/37309201?v=4)](https://github.com/DaltonMcCleery "DaltonMcCleery (36 commits)")[![kevnk](https://avatars.githubusercontent.com/u/1181420?v=4)](https://github.com/kevnk "kevnk (7 commits)")

---

Tags

jetstreamteam-invitestruefrontier

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/digitonic-jetstream-team-invites/health.svg)

```
[![Health](https://phpackages.com/badges/digitonic-jetstream-team-invites/health.svg)](https://phpackages.com/packages/digitonic-jetstream-team-invites)
```

###  Alternatives

[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[themeselection/master-laravel-bootstrap-jetstream

A Laravel 11 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.

142.0k](/packages/themeselection-master-laravel-bootstrap-jetstream)

PHPackages © 2026

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