PHPackages                             thehustle/silverstripe-element-container - 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. [Templating &amp; Views](/categories/templating)
4. /
5. thehustle/silverstripe-element-container

ActiveSilverstripe-vendormodule[Templating &amp; Views](/categories/templating)

thehustle/silverstripe-element-container
========================================

A SilverStripe module providing container and column blocks.

v1.0.2(1y ago)023MITPHPPHP ^7.1 || ^8.0

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/billyranario/thehustle-silverstripe-element-container)[ Packagist](https://packagist.org/packages/thehustle/silverstripe-element-container)[ RSS](/packages/thehustle-silverstripe-element-container/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

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

[](#installation)

Install the module via Composer:

```
composer require thehustle/silverstripe-element-container
```

This command installs its dependencies as well, including the `dnadesign/silverstripe-elemental` module and `dnadesign/silverstripe-elemental-list` module so you don't have to install them separately.

After installation, you will need to run `http://yourdomain.com/dev/build` or `http://yourdomain.com/dev/build?flush=all` to create the database tables and flush the cache.

Overriding Layouts
------------------

[](#overriding-layouts)

To override Container Block and Column Block layouts, you can create a new template file in your app/templates directory.

Make sure to follow the Namespace and Directory structure of the original template file.

```
mkdir app/templates/TheHustle/Layout/
touch ColumnBlock.ss
touch ContainerBlock.ss
```

Don't forget to run `dev/build` or `dev/build?flush=all` after creating the new template files.

```
http://yourdomain.com/dev/build
```

or

```
http://yourdomain.com/dev/build?flush=all
```

Styling
-------

[](#styling)

After running the tasks, there will be files being copied to your root directory.

`/assets/css/layout.css`

Move the file to your theme's css directory and include it in your theme's `Page.ss` file.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Every ~127 days

Total

3

Last Release

571d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61ec9de47de1d1d6f37c01dc5062b79b8301b4664153c312cc58806978002c88?d=identicon)[billyranario](/maintainers/billyranario)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thehustle-silverstripe-element-container/health.svg)

```
[![Health](https://phpackages.com/badges/thehustle-silverstripe-element-container/health.svg)](https://phpackages.com/packages/thehustle-silverstripe-element-container)
```

###  Alternatives

[nobrainerweb/silverstripe-content-blocks

Split your page content into manageable blocks/sections of content, each with their own template

301.5k](/packages/nobrainerweb-silverstripe-content-blocks)

PHPackages © 2026

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