event-engine / docs

Event Engine Docs

Home Page:https://event-engine.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

event-engine-docs

Docs for Event Engine

Please note: Docs are work in progress. They are copied from Event Machine and might contain outdated or wrong information until fully migrated!

Documentation is in the docs tree, and can be compiled using bookdown and Docker.

docker run --rm -it -v $(pwd):/app prooph/composer:7.2
docker run -it --rm -e CSS_BOOTSWATCH=flatly -e CSS_PRISM=ghcolors -v $(pwd):/app sandrokeil/bookdown:develop docs/bookdown.json
docker run -it --rm -v $(pwd):/app prooph/php:7.2-cli php docs/front.php
docker run -it --rm -p 8080:8080 -v $(pwd):/app php:7.2-cli php -S 0.0.0.0:8080 -t /app/docs/html

Or use the shorthand:

. build.sh

Powered by prooph software

prooph software

Event Engine is maintained by the prooph software team. The source code of Event Engine is open sourced along with an API documentation and a Getting Started Tutorial. Prooph software offers commercial support and workshops for Event Engine as well as for the prooph components.

If you are interested in this offer or need project support please get in touch

About

Event Engine Docs

https://event-engine.github.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 97.7%Language:Shell 2.3%