PHPackages                             biffbangpow/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. [Framework](/categories/framework)
4. /
5. biffbangpow/bbp-blocks

Abandoned → silverstripe-bbp-blocksSilverstripe-module[Framework](/categories/framework)

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

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

01PHP

Since Aug 29Pushed 8y ago2 watchersCompare

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

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

Popularity1

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-bbp-blocks/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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