PHPackages                             tizis/laravel-level-system - 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. tizis/laravel-level-system

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

tizis/laravel-level-system
==========================

1.0.2(4y ago)1306MITPHPPHP ^7.1|^8.0

Since Apr 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tizis/laravel-level-system)[ Packagist](https://packagist.org/packages/tizis/laravel-level-system)[ RSS](/packages/tizis-laravel-level-system/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Install
-------

[](#install)

`composer require tizis/laravel-level-system`

### Publish Migrations &amp; migrate

[](#publish-migrations--migrate)

```
php artisan vendor:publish --provider="tizis\LevelSystem\Providers\ServiceProvider" --tag=migrations
php artisan migrate //adding level & experience columns into 'users' table
```

### Publish Config &amp; configure

[](#publish-config--configure)

`php artisan vendor:publish --provider="tizis\LevelSystem\Providers\ServiceProvider" --tag=config`

### Example

[](#example)

```
/config/user-levels.php

return [
    'levels' => [
        1 => 100,
        2 => 200,
        3 => 300,
        4 => 400,
        5 => 500,
        ...
    ]
];
```

```
$user = User::where('id', 1)->first();
$service = new LevelService($user);
$service->addProgress(500); // now user has 2nd level and 200 points of experience (500 - 100 - 200)
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

3

Last Release

1818d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8581135ba6b660790c9eb688b49bd620efa2b7c0bda6208c194cc3734c7c2704?d=identicon)[tizis](/maintainers/tizis)

---

Top Contributors

[![iooe](https://avatars.githubusercontent.com/u/16865573?v=4)](https://github.com/iooe "iooe (12 commits)")

### Embed Badge

![Health badge](/badges/tizis-laravel-level-system/health.svg)

```
[![Health](https://phpackages.com/badges/tizis-laravel-level-system/health.svg)](https://phpackages.com/packages/tizis-laravel-level-system)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)

PHPackages © 2026

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