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(5y 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 3w 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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

1868d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/133208792?v=4)[tizis](/maintainers/tizis)[@tiziS](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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