PHPackages                             bndwgn/laravel-bandwagon - 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. bndwgn/laravel-bandwagon

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

bndwgn/laravel-bandwagon
========================

Social proof package for Laravel

v0.4.2(4y ago)1137.2k14[2 issues](https://github.com/bndwgn/laravel-bandwagon/issues)MITPHPPHP ^7.4|^8.0

Since Dec 19Pushed 4y ago5 watchersCompare

[ Source](https://github.com/bndwgn/laravel-bandwagon)[ Packagist](https://packagist.org/packages/bndwgn/laravel-bandwagon)[ Docs](https://github.com/bndwgn/laravel-bandwagon)[ GitHub Sponsors](https://github.com/chasenyc)[ RSS](/packages/bndwgn-laravel-bandwagon/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (13)Used By (0)

Introduction
============

[](#introduction)

[![preview](./docs/src/.vuepress/public/preview.png)](./docs/src/.vuepress/public/preview.png)

This is a Laravel package to help promote social proof and legitimacy within your application. With a simple blade component added to any page you can share with potential customers or users that other customers are using and/or paying for your product. A simple pop-up will display in the corner of page with information such as "Someone from New York purchased the business plan 2 minutes ago."

Full documentation can be found at [laravelbandwagon.com](https://www.laravelbandwagon.com)

Getting Started
===============

[](#getting-started)

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

[](#installation)

You can install this package via composer using:

```
composer require bndwgn/laravel-bandwagon
```

The package will automatically register its service provider. To publish the config file to `config/bandwagon.php` run:

```
php artisan vendor:publish --provider="Bndwgn\Bandwagon\BandwagonServiceProvider"
```

Rendering the component
-----------------------

[](#rendering-the-component)

To render the component just add the component to any or all desired pages like so:

[![thumb](./docs/src/.vuepress/public/bandwagon-thumb.gif)](./docs/src/.vuepress/public/bandwagon-thumb.gif)

```

```

Publishing an event to users
----------------------------

[](#publishing-an-event-to-users)

To use the example of sharing a purchase with people who are on the purchase page of your application you would just add the following:

```
// App/Http/Controllers/PurchaseController.php
use Bndwgn\Bandwagon\Bandwagon;

public function purchase(Request $request, Product $product)
{
    $user = Auth::user();
    // ... logic to charge a customer
    Bandwagon::createEvent(
        "Someone from ${$user->state}",
        "Purchased the ${$product->displayName} plan",
        $request->ip(),
        route('purchase', $product->id)
    );
}
```

This will create a new Bandwagon record which then any users who are on the purchase page where you render the component (``) will see.

Credits
-------

[](#credits)

- [Alex Harris](https://github.com/chasenyc)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

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

Recently: every ~106 days

Total

12

Last Release

1597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3d44e93fb7df0415fe156429ef694a04e234855990cf7b318e154253657c229?d=identicon)[chasenyc](/maintainers/chasenyc)

---

Top Contributors

[![chasenyc](https://avatars.githubusercontent.com/u/10642932?v=4)](https://github.com/chasenyc "chasenyc (29 commits)")

---

Tags

composerlaravelsocial-proofbandwagon

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bndwgn-laravel-bandwagon/health.svg)

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

###  Alternatives

[illuminate/support

The Illuminate Support package.

630113.0M41.5k](/packages/illuminate-support)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/collections

The Illuminate Collections package.

27078.0M1.1k](/packages/illuminate-collections)[illuminate/config

The Illuminate Config package.

10944.5M2.5k](/packages/illuminate-config)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)

PHPackages © 2026

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