PHPackages                             20steps/twentysteps\_bricks\_bridge - 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. 20steps/twentysteps\_bricks\_bridge

ActiveDrupal-module

20steps/twentysteps\_bricks\_bridge
===================================

Drupal 7.x module bridging to Bricks by 20steps including Symfony 3

015PHP

Since Apr 9Pushed 9y ago4 watchersCompare

[ Source](https://github.com/20steps/twentysteps_bricks_bridge)[ Packagist](https://packagist.org/packages/20steps/twentysteps_bricks_bridge)[ RSS](/packages/20steps-twentysteps-bricks-bridge/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This Drupal 7.x module is a bridge to Bricks by 20steps including Symfony 3.

This module is used with the Bricks by 20steps Drupal 7.x edition.

See  for more information

Configuration
-------------

[](#configuration)

Edit the settings.php file and the following lines :

```
    $conf['bricks'] = array(
        'root'  => __DIR__.'/../..', // the project root path
        'drush' => array(
            'env' => 'app',
            'debug' => true
        )
    );
```

In the case you have a customized Symfony structure, you can add a `kernel_factory` array key and create a custom closure that will return the kernel class name:

```
$conf['symfony2']['kernel_factory'] = function (array $conf) {
    $kernelName = 'PortalKernel';

    require_once sprintf('%s/apps/bootstrap.php.cache', $conf['symfony2']['root']);
    require_once sprintf('%s/apps/BaseKernel.php', $conf['symfony2']['root']);
    require_once sprintf('%s/apps/portal/%s.php', $conf['symfony2']['root'], $kernelName);

    return $kernelName;
};
```

Hooks
-----

[](#hooks)

Some drupal hooks are sent to the Symfony Event Dispatcher.

Registration :

- drupal.user\_login
- drupal.user\_logout

User Entity event :

- drupal.user\_load
- drupal.user\_insert
- drupal.user\_update
- drupal.user\_presave

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/b7601e5458b38b514ef7c696075cb349670c50ec0a8a1f8440b68b6df32f230a?d=identicon)[helmuthva](/maintainers/helmuthva)

---

Top Contributors

[![helmut-hoffer-von-ankershoffen](https://avatars.githubusercontent.com/u/1826050?v=4)](https://github.com/helmut-hoffer-von-ankershoffen "helmut-hoffer-von-ankershoffen (6 commits)")[![rande](https://avatars.githubusercontent.com/u/14672?v=4)](https://github.com/rande "rande (4 commits)")[![eko](https://avatars.githubusercontent.com/u/103900?v=4)](https://github.com/eko "eko (3 commits)")

### Embed Badge

![Health badge](/badges/20steps-twentysteps-bricks-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/20steps-twentysteps-bricks-bridge/health.svg)](https://phpackages.com/packages/20steps-twentysteps-bricks-bridge)
```

PHPackages © 2026

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