PHPackages                             coo/simple-workflow-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. coo/simple-workflow-manager

ActiveLib[Utility &amp; Helpers](/categories/utility)

coo/simple-workflow-manager
===========================

A simple workflow to manage model steps easily.

8204PHP

Since Dec 8Pushed 13y ago3 watchersCompare

[ Source](https://github.com/Coodit/SimpleWorkflowManager)[ Packagist](https://packagist.org/packages/coo/simple-workflow-manager)[ RSS](/packages/coo-simple-workflow-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SimpleWorkflowManager
=====================

[](#simpleworkflowmanager)

PHP library for easy workflow management.

Requirements
------------

[](#requirements)

- PHP 5.3+

Installation
------------

[](#installation)

### Add to your project Composer packages

[](#add-to-your-project-composer-packages)

Just add `coo/simple-workflow-manager` package to the requirements of your Composer JSON configuration file, and run `php composer.phar install` to install it.

### Install from GitHub

[](#install-from-github)

Clone this library from Git with `git clone https://github.com/Coodit/SimpleWorkflow.git`.

Goto to the library directory, get Composer phar package and install vendors:

```
curl -s https://getcomposer.org/installer | php
php composer.phar install

```

You're ready to go.

Configuration
-------------

[](#configuration)

First, you must create your first workflow. Here is an example:

```
