承接 phpmentors/pageflower-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpmentors/pageflower-bundle

最新稳定版本:v1.5.0

Composer 安装命令:

composer require phpmentors/pageflower-bundle

包简介

A pageflow engine for Symfony applications

README 文档

README

A pageflow engine for Symfony applications

Total Downloads Latest Stable Version Latest Unstable Version Build Status

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.

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

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.

Copyright

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

License

The BSD 2-Clause License

统计信息

  • 总下载量: 4.82k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2014-09-20