PHPackages                             biffbangpow/silverstripe-bbp-blocks - 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. biffbangpow/silverstripe-bbp-blocks

ActiveSilverstripe-module

biffbangpow/silverstripe-bbp-blocks
===================================

A selection of blocks and extensions to allow for rapid SilverStripe development.

00PHP

Since Aug 29Pushed 8y ago2 watchersCompare

[ Source](https://github.com/BiffBangPow/silverstripe-bbp-blocks)[ Packagist](https://packagist.org/packages/biffbangpow/silverstripe-bbp-blocks)[ RSS](/packages/biffbangpow-silverstripe-bbp-blocks/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe BBP Blocks
=======================

[](#silverstripe-bbp-blocks)

Adds some basic blocks and extensions to allow for rapid SilverStripe development.

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

[](#requirements)

1. sheadawson/silverstripe-blocks: "^1.1"
2. Bootstrap 4 as your front end framework (looking to expand in the future but this is the one we use)

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

[](#installation)

```
composer require BiffBangPow/bbp-blocks

```

Usage
-----

[](#usage)

1. Composer install or unpack the module in the root of your project
2. Add what you need to your config.yml from the [blocks module](https://github.com/sheadawson/silverstripe-blocks) to get the blocks working
3. Do a `dev/build`.
4. Head to a page to begin adding the blocks.

Styling
-------

[](#styling)

The blocks included here are designed to have only enough styles for basic layout, try adding some basic styles and going from there, for example the following scss:

```
.text-and-media-block {
  .text, .content {
      min-height: 400px;
  }
  .text {
    padding: 50px;
  }
}

.text-and-image-block {
  color: white;
  background-color: #3F51B5;
}

.call-to-action-block {
  .call-to-action-content {
    width: 100%;
    text-align: center;
  }
}
```

Extensions
----------

[](#extensions)

The extensions in this bundle are designed to be added to your blocks to add easy functionality. They are mostly centered around responsive showing and hiding of content, as we found this gave a lot of control to the end user.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

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://www.gravatar.com/avatar/7ec1725a06ca5e652f729eddf26d1e44b787a9906d8e3c519db45e5516c892a4?d=identicon)[jamesbbp](/maintainers/jamesbbp)

---

Top Contributors

[![ceramicpenguin](https://avatars.githubusercontent.com/u/22853091?v=4)](https://github.com/ceramicpenguin "ceramicpenguin (3 commits)")

### Embed Badge

![Health badge](/badges/biffbangpow-silverstripe-bbp-blocks/health.svg)

```
[![Health](https://phpackages.com/badges/biffbangpow-silverstripe-bbp-blocks/health.svg)](https://phpackages.com/packages/biffbangpow-silverstripe-bbp-blocks)
```

PHPackages © 2026

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