Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinmalfait/bachelorproef-eventsourcing-poc
https://github.com/robinmalfait/bachelorproef-eventsourcing-poc
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinmalfait/bachelorproef-eventsourcing-poc
- Owner: RobinMalfait
- Created: 2017-05-30T15:05:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T08:29:30.000Z (over 7 years ago)
- Last Synced: 2024-10-28T19:21:59.552Z (about 2 months ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```