PHPackages                             blixx/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. blixx/invites

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

blixx/invites
=============

BLIXX invitation system

0127PHP

Since May 19Pushed 4y agoCompare

[ Source](https://github.com/josseblixx/invites)[ Packagist](https://packagist.org/packages/blixx/invites)[ RSS](/packages/blixx-invites/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

BLIXX 🤘 Invites
===============

[](#blixx--invites)

Don't use this package
----------------------

[](#dont-use-this-package)

As you can see this package is unfinished work, so don't use this in production

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

[](#installation)

To install this package run the following commands on your code base:

### Install package

[](#install-package)

Install the composer package on your code base

```
composer require blixx/invites
```

### Add Service Provider

[](#add-service-provider)

Open config/app.php from your code base and add the following service provider:

```
[
    // ..
    \Blixx\Invite\BlixxInviteProvider::class,
]
```

### Run the migrations

[](#run-the-migrations)

To install the table scaffolding run the following command:

```
php artisan migrate

```

### Up and running!

[](#up-and-running)

You are now up and running! To invite Sponge Bob to your party run the following command:

```
php artisan blixx:invite sponge@bob.com "Sponge Bob"

```

Updates
-------

[](#updates)

### Warning!!!

[](#warning)

This package is not actively maintained, please don't use it in production! Also: we're currently not taking pull requests, so don't bother. Tnx ;)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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/494657dfc8131e8e29eb325da3233e4ec152b789161134ca6ca618abfcc0a5bc?d=identicon)[josseblixx](/maintainers/josseblixx)

### Embed Badge

![Health badge](/badges/blixx-invites/health.svg)

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

PHPackages © 2026

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