PHPackages                             vulcandigital/silverstripe-bootboxalert - 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. vulcandigital/silverstripe-bootboxalert

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

vulcandigital/silverstripe-bootboxalert
=======================================

Easily create a bootbox.js alert programatically using sessions

1.0.0(8y ago)013BSD-3-ClausePHP

Since Feb 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vulcandigital/silverstripe-bootboxalert)[ Packagist](https://packagist.org/packages/vulcandigital/silverstripe-bootboxalert)[ RSS](/packages/vulcandigital-silverstripe-bootboxalert/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (1)Used By (0)

silverstripe-bootboxalert
=========================

[](#silverstripe-bootboxalert)

Easily create a bootbox.js alert programatically using sessions

Requirements
------------

[](#requirements)

- silverstripe/framework: ^4

Usage
-----

[](#usage)

**Your controller**

```
class PageController extends ContentController {
    private static $extensions = [
        Vulcan\BootboxAlert\Extensions\BootboxAlertExtension::class
    ];
}
```

**In your global template (Page.ss):**

```
$BootboxAlert
```

Placing this method in the template will allow the script to be added to the page requirements at the very end to ensure bootbox has been required.

**Setting the alert**

```
BootboxAlert::setAlert("Example message");
```

License
-------

[](#license)

[BSD-3-Clause](LICENSE.md) - [Vulcan Digital Ltd](https://vulcandigital.co.nz)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Unknown

Total

1

Last Release

3049d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32666263?v=4)[Vulcan Digital Ltd](/maintainers/vulcandigital)[@vulcandigital](https://github.com/vulcandigital)

---

Top Contributors

[![zanderwar](https://avatars.githubusercontent.com/u/13566916?v=4)](https://github.com/zanderwar "zanderwar (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/vulcandigital-silverstripe-bootboxalert/health.svg)

```
[![Health](https://phpackages.com/badges/vulcandigital-silverstripe-bootboxalert/health.svg)](https://phpackages.com/packages/vulcandigital-silverstripe-bootboxalert)
```

###  Alternatives

[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46299.9k9](/packages/symbiote-silverstripe-advancedworkflow)[lekoala/silverstripe-cms-actions

Add actions to your models in SilverStripe

39317.0k29](/packages/lekoala-silverstripe-cms-actions)[lekoala/silverstripe-softdelete

Soft delete extension for SilverStripe

11212.9k](/packages/lekoala-silverstripe-softdelete)

PHPackages © 2026

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