insecia/event-machine-sample

Dockerized skeleton for prooph software Event Machine

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/insecia/event-machine-sample

0.0.0 2017-09-09 10:35 UTC

This package is not auto-updated.

Last update: 2025-10-04 02:04:27 UTC


README

Small sample application built on top of Event Machine and Event Machine Skeleton.

Installation

Please make sure you have installed Docker and Docker Compose.

$ docker run --rm -it -v $(pwd):/app prooph/composer:7.1 create-project insecia/event-machine-sample
$ cd event-machine-sample
$ sudo chown $(id -u -n):$(id -g -n) . -R
$ docker-compose up -d
$ docker-compose run php php scripts/create_event_stream.php