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 today

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 41% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

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

624d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10057058?v=4)[Billy Ranario](/maintainers/billyranario)[@billyranario](https://github.com/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

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1371.1M85](/packages/silverstripe-userforms)[symbiote/silverstripe-advancedworkflow

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

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[silverstripe/login-forms

A collection of templates for the CMS login screens

191.4M30](/packages/silverstripe-login-forms)

PHPackages © 2026

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