Skip to content

Commit 99d39e9

Browse files
author
Marc Aschmann
committed
Readme update
1 parent e0d7038 commit 99d39e9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
Core components
2-
=========
1+
# Core components: Reusable flow
2+
3+
## Introduction
4+
35
[![Build Status](https://travis-ci.org/phpflo/phpflo-core.svg?branch=master)](https://travis-ci.org/phpflo/phpflo-core)
46
[![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)
57
[![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)
68
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
9+
10+
If you need reusable components for your next flow, this is the place to find them!
11+
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.
12+
Contributions welcome!
13+
14+
## Installation
15+
16+
As of now, not needed because it's already included in phpflo/phpflo :-)
17+
18+
Otherwise:
19+
```shell
20+
composer require phpflo/phpflo-core
21+
```

0 commit comments

Comments
 (0)