Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinmalfait/bachelorproef-eventsourcing-poc


https://github.com/robinmalfait/bachelorproef-eventsourcing-poc

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# POC: EventSourcing

## Installation

> Make sure PHP is installed.

```
composer.phar install
```

## Run program

```
php index.php
```

## Test program

```
vendor/bin/phpunit
```