2017 © Pedro Peláez
 

symfony-bundle pageflower-bundle

A pageflow engine for Symfony applications

image

phpmentors/pageflower-bundle

A pageflow engine for Symfony applications

  • Sunday, June 17, 2018
  • by iteman
  • Repository
  • 2 Watchers
  • 5 Stars
  • 1,277 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 8 % Grown

The README.md

PageflowerBundle

A pageflow engine for Symfony applications, (*1)

Total Downloads Latest Stable Version Latest Unstable Version Build Status, (*2)

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

PHPMentorsPageflowerBundle can be installed using Composer., (*3)

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

Stable version:, (*5)

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

Development version:, (*6)

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

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

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

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., (*8)

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

License

The BSD 2-Clause License, (*10)

The Versions