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

BSD License (revised)

The Latest Version

The latest version of Piece_Flow is 1.16.0 (stable). (2008-07-28)

Release Notes

Installation

pear channel-discover pear.piece-framework.com
pear install piece/piece_flow

Documentation

Source

Browse Source Code

Browse Source Code

Subversion Access

svn co https://piece-flow.svn.sourceforge.net/svnroot/piece-flow/trunk piece-flow