Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Aschmann committed Sep 18, 2016
1 parent e0d7038 commit 99d39e9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Core components
=========
# Core components: Reusable flow

## Introduction

[![Build Status](https://travis-ci.org/phpflo/phpflo-core.svg?branch=master)](https://travis-ci.org/phpflo/phpflo-core)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpflo/phpflo-core/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpflo/phpflo-core/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/phpflo/phpflo-core/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phpflo/phpflo-core/?branch=master)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)

If you need reusable components for your next flow, this is the place to find them!
As you might have guessed, the focus lies on reusability and simplicity, just like the [flow-based programming](http://en.wikipedia.org/wiki/Flow-based_programming) paradigm suggests.
Contributions welcome!

## Installation

As of now, not needed because it's already included in phpflo/phpflo :-)

Otherwise:
```shell
composer require phpflo/phpflo-core
```

0 comments on commit 99d39e9

Please sign in to comment.