PHPackages                             phpmentors/pageflower-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. [Framework](/categories/framework)
4. /
5. phpmentors/pageflower-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

phpmentors/pageflower-bundle
============================

A pageflow engine for Symfony applications

v1.5.0(6y ago)55.0k4[1 PRs](https://github.com/phpmentors-jp/pageflower-bundle/pulls)1BSD-2-ClausePHPPHP &gt;=5.3.9CI failing

Since Oct 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/phpmentors-jp/pageflower-bundle)[ Packagist](https://packagist.org/packages/phpmentors/pageflower-bundle)[ RSS](/packages/phpmentors-pageflower-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (20)Versions (8)Used By (1)

PageflowerBundle
================

[](#pageflowerbundle)

A pageflow engine for Symfony applications

[![Total Downloads](https://camo.githubusercontent.com/c99208ba0712306fe4b927ccfab71e1fd4d726e7587d12342fc54b581bd5bd7e/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f70616765666c6f7765722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/phpmentors/pageflower-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/3bf90bcfe92c9467878444be0dd352481dbb6e2ade40f4033ed47f470ea1ce8a/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f70616765666c6f7765722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/phpmentors/pageflower-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/e5e8bf3b40d55753f27a8429dbcc71770a110cc8ff7d17a0c25d72f6b7d04aeb/68747470733a2f2f706f7365722e707567782e6f72672f7068706d656e746f72732f70616765666c6f7765722d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/phpmentors/pageflower-bundle)[![Build Status](https://camo.githubusercontent.com/0e793cc7cdb626805111a4007c44aee0f368d2229b8c48d45cfd16e1d00dd47d/68747470733a2f2f7472617669732d63692e6f72672f7068706d656e746f72732d6a702f70616765666c6f7765722d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phpmentors-jp/pageflower-bundle)

Features
--------

[](#features)

- Annotation-based page flow definition
- Conversation management
- Access-controlled actions
- Conversation-scoped properties
- User-defined methods to be called immediately after a conversation has started
- Support for multiple browser windows or tabs

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

[](#installation)

`PHPMentorsPageflowerBundle` can be installed using [Composer](http://getcomposer.org/).

First, add the dependency to `phpmentors/pageflower-bundle` into your `composer.json` file as the following:

Stable version:

```
composer require phpmentors/pageflower-bundle "1.5.*"

```

Development version:

```
composer require phpmentors/pageflower-bundle "~1.6@dev"

```

Second, add `PHPMentorsPageflowerBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:

```
...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new PHPMentors\PageflowerBundle\PHPMentorsPageflowerBundle(),
        );
        ...
```

Support
-------

[](#support)

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/pageflower-bundle/issues).

Copyright
---------

[](#copyright)

Copyright (c) 2014-2015, 2018-2020 Atsuhiro Kubo, All rights reserved.

License
-------

[](#license)

[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~347 days

Recently: every ~451 days

Total

7

Last Release

2206d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.3

v1.2.0PHP &gt;=5.3.9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52985?v=4)[Atsuhiro Kubo](/maintainers/iteman)[@iteman](https://github.com/iteman)

---

Top Contributors

[![iteman](https://avatars.githubusercontent.com/u/52985?v=4)](https://github.com/iteman "iteman (127 commits)")

---

Tags

symfonyflowconversationstatefulpageflow

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpmentors-pageflower-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/phpmentors-pageflower-bundle/health.svg)](https://phpackages.com/packages/phpmentors-pageflower-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)[oro/platform

Business Application Platform (BAP)

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

Storefront for Shopware

684.6M236](/packages/shopware-storefront)[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)
