shrink0r/workflux

Finite state machine for php.

Package info

github.com/shrink0r/workflux

Wiki

pkg:composer/shrink0r/workflux

Statistics

Installs: 5 610

Dependents: 4

Suggesters: 0

Stars: 37

Open Issues: 3

1.0.0 2016-12-09 14:56 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d2818fa5fcf6eb39037020fc0c64b8c2dbf906bc

workflowstate machinefsmworkflux

This package is auto-updated.

Last update: 2026-06-26 05:12:52 UTC


README

👁 Latest-Stable-Version
👁 License
👁 Latest Unstable Version
👁 Build Status
👁 Coverage Status
👁 Code Climate
👁 Dependency Status
👁 Stories in Ready
👁 Total Composer Downloads

Purpose

Finite State Machine(FSM) for php.

Good reads on the topic:

Requirements and installation

  • PHP 7.0+

Install the library via Composer:

./composer.phar require shrink0r/worklfux [optional version]

Adding it manually as a vendor library requirement to the composer.json file of your project works as well:

{
 "require": {
 "shrink0r/worklfux": "^1.0"
 }
}

Alternatively, you can download a release archive from the available releases page.

Documentation

tbd.

Community

None, but you may join the freenode IRC #honeybee channel or https://gitter.im/honeybee/Lobby anytime. :-)

Contributors

Please contribute by forking and sending a pull request. More information can be found in the CONTRIBUTING.md file. The authors and contributors are mentioned in the github contributors graph of this repository.

The code tries to adhere to the following PHP-FIG standards: PSR-4, PSR-1 and PSR-2.

Changelog

See CHANGELOG.md for more information about changes.

License

This project is MIT licensed. See the linked license for details.