PHPackages                             tsslabs/behat-builder-bundle - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. tsslabs/behat-builder-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

tsslabs/behat-builder-bundle
============================

Behat builder interface for building and maintaining scenarios in a Symfony2 project

068JavaScript

Since Apr 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tsslabs/BehatBuilderBundle)[ Packagist](https://packagist.org/packages/tsslabs/behat-builder-bundle)[ RSS](/packages/tsslabs-behat-builder-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TSSBehatBuilderBundle
=====================

[](#tssbehatbuilderbundle)

Maintaining Behat features of a Symfony2 project directly in the browser

Installation instructions:

- Easiest way to install is via composer, `composer.phar require tsslabs/behat-builder-bundle`

    OR

    add those lines to `./composer.json`:

    ```
    ```
    "require": {
      ...
      "tsslabs/behat-builder-bundle": "dev-master"
    }
    ```

    ```

    and then run `composer.phar install`
- Then enable the bundle in `./app/AppKernel.php`:

    ```
    public function registerBundles()
    {
        $bundles = array(
                ...
                new TSS\BehatBuilderBundle\TSSBehatBuilderBundle(),
            );
    }

    ```

```

- Add routing:
      ```
  tss_behat_builder:
     resource: "@TSSBehatBuilderBundle/Controller/"
     type:     annotation
     prefix:   /

- Symlink assets:

      ```
    php app/console assets:install --symlink web
      ```

- Dump assetic:

      ```
    php app/console assetic:dump web
      ```

- Enable the bundle in assetic:
      ```
    assetic:
        (...)
        bundles:        [ TSSBehatBuilderBundle ]
      ```

@TODO:
 - add lexical parser and autocompleter

Enjoy :)

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/647137?v=4)[Radu Topala](/maintainers/radutopala)[@radutopala](https://github.com/radutopala)

---

Top Contributors

[![radutopala](https://avatars.githubusercontent.com/u/647137?v=4)](https://github.com/radutopala "radutopala (17 commits)")

### Embed Badge

![Health badge](/badges/tsslabs-behat-builder-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tsslabs-behat-builder-bundle/health.svg)](https://phpackages.com/packages/tsslabs-behat-builder-bundle)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M352](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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