Skip to content

Commit

Permalink
Add some images and new Flavour feature
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Nov 24, 2018
1 parent 7fe354d commit 90bd9fb
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,28 @@
[![Coverage Status](https://coveralls.io/repos/github/proophsoftware/event-machine/badge.svg?branch=master)](https://coveralls.io/github/proophsoftware/event-machine?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/proophsoftware/chat)

## Event Sourced RAD
**The world's only CQRS / ES framework that lets you pick your Flavour**

prooph software Event Machine takes away all the boring, time consuming parts of event sourcing to speed up
development of event sourced applications and increase the fun. It can be used for prototypes as well as full featured applications.

## Intro

Event Machine is a CQRS / EventSourcing framework for PHP to help you rapidly develop event sourced applications, while providing a path to refactor towards a richer domain model as needed. Customize Event Machine with Flavours. Choose between different programming styles.

## Choose Your Flavour

![Choose Your Flavour](https://proophsoftware.github.io/event-machine/img/Choose_Flavour.png)

## Event Sourcing Engine

![Choose Your Flavour](https://proophsoftware.github.io/event-machine/api/img/Aggregate_Lifecycle.png)

## Installation

Head over to the [skeleton](https://github.com/proophsoftware/event-machine-skeleton)!

## Tutorial

[https://proophsoftware.github.io/event-machine/tutorial/](https://proophsoftware.github.io/event-machine/tutorial/)
[![Tutorial](https://proophsoftware.github.io/event-machine/img/tutorial_screen.png)](https://proophsoftware.github.io/event-machine/tutorial/)

## Documentation

Expand Down

0 comments on commit 90bd9fb

Please sign in to comment.