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 yesterday

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 43% 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

3001d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79352f13e05702b6ba2a9e27508d7cbd72e902342ff4e6608861b40a7cab5644?d=identicon)[vulcandigital](/maintainers/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

[silverstripe/multi-domain

Allows multiple domains to access one CMS instance, mapping them to different sections of the hierarchy

141.6k](/packages/silverstripe-multi-domain)

PHPackages © 2026

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