PHPackages                             ctrlwebinc/laravel-badgefactor2 - 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. ctrlwebinc/laravel-badgefactor2

ActiveLibrary

ctrlwebinc/laravel-badgefactor2
===============================

A marvellous bridge between Laravel and Badgr.

0.0.3(2y ago)119MITPHPPHP ^8.0.2

Since Jan 13Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/ctrlwebinc/laravel-badgefactor2)[ Packagist](https://packagist.org/packages/ctrlwebinc/laravel-badgefactor2)[ RSS](/packages/ctrlwebinc-laravel-badgefactor2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (31)Used By (0)

Laravel BadgeFactor2
====================

[](#laravel-badgefactor2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/472ab10b02b5c7fd5b787c1236e3d878b78661be9c4f46ac708ba8af7bf6594d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6374726c776562696e632f6c61726176656c2d6261646765666163746f72322e737667)](https://packagist.org/packages/ctrlwebinc/laravel-badgefactor2)[![Total Downloads](https://camo.githubusercontent.com/aba8bf53f899554741b494c1a2e41b2a9b2e75b7d7b0f42d8aa30a21f21fa8d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6374726c776562696e632f6c61726176656c2d6261646765666163746f72322e737667)](https://packagist.org/packages/ctrlwebinc/laravel-badgefactor2)[![StyleCI](https://camo.githubusercontent.com/606a59721f84840017ffc8e214c79fd557baaa05bf77dc5f61b67ca50365a8e4/68747470733a2f2f7374796c6563692e696f2f7265706f732f3433383736323531342f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/438762514)[![Codecov](https://camo.githubusercontent.com/bf4c5122bb031c2e0cfcd3555cb7923aa163f7120c80cffadc97447c7a9b0826/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6374726c776562696e632f6c61726176656c2d6261646765666163746f7232)](https://app.codecov.io/gh/ctrlwebinc/laravel-badgefactor2)[![Github Actions](https://github.com/ctrlwebinc/laravel-badgefactor2/actions/workflows/laravel.yml/badge.svg)](https://github.com/ctrlwebinc/laravel-badgefactor2/actions)

**Laravel BadgeFactor2** is a Laravel package which allows to use the Badgr Server project in Laravel.

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

[](#installation)

You install the package via composer:

```
composer require ctrlwebinc/laravel-badgefactor2
php artisan vendor:publish --tag="bf2-config"
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
php artisan migrate
```

Add the following provider in your `config\app.php` file:

```
        /*
         * Package Service Providers...
         */
        Spatie\Permission\PermissionServiceProvider::class,
        ...
```

Usage
-----

[](#usage)

Migration from WordPress
------------------------

[](#migration-from-wordpress)

To migrate users from WordPress, you need to make a few modifications to your app :

### App\\Providers\\EventServiceProvider

[](#appproviderseventserviceprovider)

```
...
use Illuminate\Auth\Events\Attempting;
use Ctrlweb\BadgeFactor2\Listeners\WordPressPasswordUpdate;

    protected $listen = [
        Attempting::class => [
            WordPressPasswordUpdate::class,
        ],
        ...
    ];
```

Overview
--------

[](#overview)

Tools
-----

[](#tools)

Credits
-------

[](#credits)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance57

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.2% 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 ~278 days

Total

3

Last Release

1021d ago

PHP version history (2 changes)0.0.1PHP ^7.4.27|^8.0

0.0.2PHP ^8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/31c6838722e93fa1f32630287da5e8f3845567a6cf4050240f98d4d4de170e50?d=identicon)[ctrlwebinc](/maintainers/ctrlwebinc)

---

Top Contributors

[![danidou](https://avatars.githubusercontent.com/u/193566?v=4)](https://github.com/danidou "danidou (265 commits)")[![editho512](https://avatars.githubusercontent.com/u/80901272?v=4)](https://github.com/editho512 "editho512 (121 commits)")[![mlatctrlweb](https://avatars.githubusercontent.com/u/44507114?v=4)](https://github.com/mlatctrlweb "mlatctrlweb (46 commits)")[![editho501](https://avatars.githubusercontent.com/u/175296882?v=4)](https://github.com/editho501 "editho501 (15 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

laravelbadgropen-badge

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ctrlwebinc-laravel-badgefactor2/health.svg)

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

###  Alternatives

[bfinlay/laravel-excel-seeder

Seed the database with Laravel using Excel, XLSX, XLS, CSV, ODS, Gnumeric, XML, HTML, SLK files

3944.4k](/packages/bfinlay-laravel-excel-seeder)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)

PHPackages © 2026

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