PHPackages                             craue/formflow-demo-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. [Templating &amp; Views](/categories/templating)
4. /
5. craue/formflow-demo-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

craue/formflow-demo-bundle
==========================

Example code showcasing the features of CraueFormFlowBundle.

3.6.x-dev(4y ago)299.1k↓61.8%13[2 issues](https://github.com/craue/CraueFormFlowDemoBundle/issues)MITPHPCI failing

Since Jul 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/craue/CraueFormFlowDemoBundle)[ Packagist](https://packagist.org/packages/craue/formflow-demo-bundle)[ Docs](https://github.com/craue/CraueFormFlowDemoBundle)[ RSS](/packages/craue-formflow-demo-bundle/feed)WikiDiscussions 3.6.x Synced today

READMEChangelogDependencies (24)Versions (9)Used By (0)

Information
===========

[](#information)

[![Build Status](https://camo.githubusercontent.com/5b5a5fb48b003a841e0ffec17d7bba239f75a52c6d63a05aea46636d387f4dde/68747470733a2f2f6170702e7472617669732d63692e636f6d2f63726175652f4372617565466f726d466c6f7744656d6f42756e646c652e7376673f6272616e63683d332e362e78)](https://app.travis-ci.com/craue/CraueFormFlowDemoBundle)[![Coverage Status](https://camo.githubusercontent.com/6bab337912ccafa4fb0c1a2cb48cb2b199b490713dd96f6f8749d732db959142/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f63726175652f4372617565466f726d466c6f7744656d6f42756e646c652f62616467652e7376673f6272616e63683d332e362e78)](https://coveralls.io/github/craue/CraueFormFlowDemoBundle?branch=3.6.x)

CraueFormFlowDemoBundle contains the code used by , a live demo showcasing the features of [CraueFormFlowBundle](https://github.com/craue/CraueFormFlowBundle).

Take a branch of CraueFormFlowDemoBundle matching the version of CraueFormFlowBundle you're using.

Installation
============

[](#installation)

Get the bundle
--------------

[](#get-the-bundle)

Let Composer download and install the bundle by running

```
composer require craue/formflow-demo-bundle:@dev
```

in a shell.

Enable the bundle
-----------------

[](#enable-the-bundle)

If you don't use Symfony Flex, register it manually:

```
// in config/bundles.php
return [
	// ...
	Craue\FormFlowDemoBundle\CraueFormFlowBundle::class => ['all' => true],
	Craue\FormFlowDemoBundle\CraueFormFlowDemoBundle::class => ['all' => true],
];
```

Or, for Symfony 3.4:

```
// in app/AppKernel.php
public function registerBundles() {
	$bundles = [
		// ...
		new Craue\FormFlowBundle\CraueFormFlowBundle(),
		new Craue\FormFlowBundle\CraueFormFlowDemoBundle(),
	];
	// ...
}
```

Add the routes
--------------

[](#add-the-routes)

```
# in config/routes.yaml
CraueFormFlowDemoBundle:
  resource: '@CraueFormFlowDemoBundle/Controller/'
  type: annotation
```

Usage
=====

[](#usage)

Start your server:

```
symfony serve
```

Go to the demo page:

```
https://127.0.0.1:8000/CraueFormFlow/

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~350 days

Recently: every ~258 days

Total

9

Last Release

1556d ago

Major Versions

2.1.x-dev → 3.0.x-dev2018-01-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1634a0daf607752890692d69453ca9137e1021536d6f2a49526175a03409202?d=identicon)[craue](/maintainers/craue)

---

Top Contributors

[![craue](https://avatars.githubusercontent.com/u/800119?v=4)](https://github.com/craue "craue (194 commits)")

---

Tags

bundledemophpsymfonysymfony-bundlesymfonyformdemowizardstep

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/craue-formflow-demo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/craue-formflow-demo-bundle/health.svg)](https://phpackages.com/packages/craue-formflow-demo-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

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