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)1127.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 2d 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 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

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

1545d 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

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[tonysm/rich-text-laravel

Integrates Trix content with Laravel

46577.8k1](/packages/tonysm-rich-text-laravel)[mauricius/laravel-htmx

Laravel helper library for Htmx

364101.1k1](/packages/mauricius-laravel-htmx)[illuminate/reflection

The Illuminate Reflection package.

361.6M3](/packages/illuminate-reflection)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[spatie/laravel-screenshot

Take screenshots of web pages in Laravel apps

7615.9k2](/packages/spatie-laravel-screenshot)

PHPackages © 2026

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