PHPackages                             whackashoe/bstall - 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. whackashoe/bstall

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

whackashoe/bstall
=================

Bathroom Stall for Laravel 4

046PHP

Since Dec 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/whackashoe/bstall)[ Packagist](https://packagist.org/packages/whackashoe/bstall)[ RSS](/packages/whackashoe-bstall/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Bathroom Stall for Laravel 4
============================

[](#bathroom-stall-for-laravel-4)

A bathroom stall for you to scratch on. Uses redis backend and canvas.

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

[](#installation)

The Bstall Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `whackashoe/bstall` package and setting the `minimum-stability` to `dev` (required for Laravel 4) in your project's `composer.json`.

```
{
    "require": {
        "laravel/framework": "4.2.*",
        "whackashoe/bstall": "dev-master"
    },
    "minimum-stability": "dev"
}
```

Update your packages with `composer update` or install with `composer install`.

Usage
-----

[](#usage)

To use the Captcha Service Provider, you must register the provider when bootstrapping your Laravel application. There are essentially two ways to do this.

Find the `providers` key in `app/config/app.php` and register the Captcha Service Provider.

```
    'providers' => array(
        // ...
        'Whackashoe\Bstall\BstallServiceProvider',
    )
```

Find the `aliases` key in `app/config/app.php`.

```
    'aliases' => array(
        // ...
        'Bstall' => 'Whackashoe\Bstall\Facades\Bstall',
    )
```

Add the draw route to your `routes.php` file:

```
    Route::post('/bstall/draw/{id}', 'Whackashoe\Bstall\Controllers\BstallController@draw');
```

Example Usage
-------------

[](#example-usage)

```

            stall test

            {{ Bstall::make("first_stall", 300, 300, 0xFFFFFF) }}

```

To clear all stalls quickly just run `php artisan cache:clear`

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/855581?v=4)[Jett LaRue](/maintainers/whackashoe)[@whackashoe](https://github.com/whackashoe)

---

Top Contributors

[![whackashoe](https://avatars.githubusercontent.com/u/855581?v=4)](https://github.com/whackashoe "whackashoe (7 commits)")

### Embed Badge

![Health badge](/badges/whackashoe-bstall/health.svg)

```
[![Health](https://phpackages.com/badges/whackashoe-bstall/health.svg)](https://phpackages.com/packages/whackashoe-bstall)
```

###  Alternatives

[prezent/grid

Generic data grids and lists

1327.6k1](/packages/prezent-grid)

PHPackages © 2026

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