From 99d39e9616cffa238237aa7d239111136fde13a9 Mon Sep 17 00:00:00 2001 From: Marc Aschmann Date: Sun, 18 Sep 2016 20:29:50 +0000 Subject: [PATCH] Readme update --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a38fdae..15cbf7f 100644 --- a/README.md +++ b/README.md @@ -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 +```