-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Aschmann
committed
Sep 18, 2016
1 parent
e0d7038
commit 99d39e9
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |