[ANNOUNCEMENT] FSM-1.4.0 (stable) Released.
[email protected] ("PEAR Announce") Mon, 1 Jun 2015 06:14:48 +0100 (BST)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package FSM-1.4.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- Pass $payload by reference when mutating.
- Defer updating state until after transitioning.
- Pass the current and next states to callbacks.
Package Info
------------
The FSM package provides a simple class that implements a Finite State Machine.
In addition to maintaining state, this FSM also maintains a user-defined payload, therefore effectively making the machine a Pushdown Automaton (a finite state machine with memory).
Related Links
-------------
Package home: http://pear.php.net/package/FSM
Changelog: http://pear.php.net/package/FSM/download/1.4.0
Download: http://download.pear.php.net/package/FSM-1.4.0.tgz
Authors
-------
Jon Parise <[email protected]> (lead)