PHPackages                             bagisto/bagisto-reward-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. bagisto/bagisto-reward-points

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

bagisto/bagisto-reward-points
=============================

Allows the admin to create reward at the back-end.

92.2k↓18.8%9[3 issues](https://github.com/bagisto/bagisto-reward-points/issues)PHP

Since Aug 23Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/bagisto/bagisto-reward-points)[ Packagist](https://packagist.org/packages/bagisto/bagisto-reward-points)[ RSS](/packages/bagisto-bagisto-reward-points/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

### 1. Introduction:

[](#1-introduction)

Bagisto Reward System allows the admin to create reward at the back-end. It packs in lots of demanding features that allows your business to scale in no time:

- Admin can add Attributes rewards.
- Admin can add Category rewards.
- Admin can add Product rewards.
- Admin can add Cart rewards.
- Reward are calculated based on Attribute/Category/Product/Cart.
- Admin can view all the users and all the reward based on order.

### 2. Requirements:

[](#2-requirements)

- **Bagisto**: v2.4.x

### 3. Installation:

[](#3-installation)

- Unzip the respective extension zip and then merge "packages" folder into project root directory.
- Goto bootstrap/providers.php file and add following line under providers

```
use Webkul\Rewards\Providers\RewardsServiceProvider;

```

Add inside return \[ \];

```
RewardsServiceProvider::class,

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\Rewards\\": "packages/Webkul/Rewards/src"

```

- Run the install command — it will run migrations, publish public assets, and clear caches:

```
composer dump-autoload

php artisan rewards:install

```

```
php artisan optimize:clear

```

> That's it, now just execute the project on your specified domain.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance55

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/b12adc21e990c055e325a3c07339b3d4d313efd49f98a768c1a86fc7776f2b86?d=identicon)[Jitendra Singh](/maintainers/Jitendra%20Singh)

---

Top Contributors

[![naresh-webkul](https://avatars.githubusercontent.com/u/48952272?v=4)](https://github.com/naresh-webkul "naresh-webkul (6 commits)")[![ashif322](https://avatars.githubusercontent.com/u/228488319?v=4)](https://github.com/ashif322 "ashif322 (2 commits)")[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (1 commits)")[![SopsoN](https://avatars.githubusercontent.com/u/12607566?v=4)](https://github.com/SopsoN "SopsoN (1 commits)")[![vivek-webkul](https://avatars.githubusercontent.com/u/28401696?v=4)](https://github.com/vivek-webkul "vivek-webkul (1 commits)")

---

Tags

ecommercelaravelopensourcereward-points

### Embed Badge

![Health badge](/badges/bagisto-bagisto-reward-points/health.svg)

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

PHPackages © 2026

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