PHPackages                             webbingbrasil/laravel-points - 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. webbingbrasil/laravel-points

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

webbingbrasil/laravel-points
============================

A basic points implementation for gamification system in laravel.

1.0.1(2y ago)11.0kMITPHPPHP &gt;=5.6.4|^7.0

Since Feb 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/webbingbrasil/laravel-points)[ Packagist](https://packagist.org/packages/webbingbrasil/laravel-points)[ RSS](/packages/webbingbrasil-laravel-points/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Points
======

[](#points)

A basic points implementation for gamification system in laravel

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

[](#installation)

Install package via composer

```
composer require "webbingbrasil/laravel-points=1.0.0"
```

Next, if you are using Laravel prior to 5.5, register the service provider in the providers array of your config/app.php configuration file:

```
WebbingBrasil\Points\Providers\PointServiceProvider::class,
```

To get started, you'll need to publish the vendor assets and migrate:

```
php artisan vendor:publish --provider="WebbingBrasil\Points\Providers\PointServiceProvider" && php artisan migrate
```

Usage
-----

[](#usage)

Add our `HasPoints` trait to your model.

```

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

824d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46c152ad4f73337f281add1d284040cf3ce36c8e16987c4668cc213f2bb90826?d=identicon)[dmandrade](/maintainers/dmandrade)

---

Top Contributors

[![dmandrade](https://avatars.githubusercontent.com/u/7275012?v=4)](https://github.com/dmandrade "dmandrade (1 commits)")

### Embed Badge

![Health badge](/badges/webbingbrasil-laravel-points/health.svg)

```
[![Health](https://phpackages.com/badges/webbingbrasil-laravel-points/health.svg)](https://phpackages.com/packages/webbingbrasil-laravel-points)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[glhd/special

1929.4k](/packages/glhd-special)[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)
