Piece_Flow
A Web flow engine
Piece_Flow abstracts relationships between pages (page flows) which consist a Web application by a specific language, and provides an engine for executing scripts written in the specific language as well.
Flow abstraction helps developers to understand how applications work, makes them easy to create, maintain, and evolve flows.
By Piece_Flow, The state of a flow in progress is kept across one or more HTTP requests, and the sequence of state transitions is fully controlled. This allows you to program based on the assumption that states are kept. And also Piece_Flow automatically protects applications from invalid requests, CSRF attacks, and session fixation attacks.
License
The Latest Version
The latest version of Piece_Flow is 1.16.0 (stable). (2008-07-28)
Release Notes
- Release notes for Piece_Flow 1.16.0 (stable) (2008-07-28)
- Release notes for Piece_Flow 1.15.1 (stable) (2007-11-25)
- Release notes for Piece_Flow 1.15.0 (stable) (2007-11-13)
- Release notes for Piece_Flow 1.14.0 (stable) (2007-09-28)
- Release notes for Piece_Flow 1.13.0 (stable) (2007-08-26)
- Release notes for Piece_Flow 1.12.0 (stable) (2007-08-17)
- Release notes for Piece_Flow 1.11.0 (stable) (2007-08-15)
- Release notes for Piece_Flow 1.10.0 (stable) (2007-07-02)
- Release notes for Piece_Flow 1.9.0 (stable) (2007-05-28)
Installation
pear channel-discover pear.piece-framework.com pear install piece/piece_flow
Documentation
Source
Browse Source Code
Subversion Access
svn co https://piece-flow.svn.sourceforge.net/svnroot/piece-flow/trunk piece-flow
