Skip to content

A simple skeleton application to start with Prooph ES/CQRS applications

Notifications You must be signed in to change notification settings

mvlabs/prooph-skeleton

Repository files navigation

MVlabs Prooph Skeleton

A simple skeleton application to start with Prooph ES/CQRS applications

Installation

Just fire up docker-compose with

docker-compose up

Dependencies

Manage dependencies with composer using

bin/composer

Migrations

Run migrations using

bin/migrations

If that doesn't work, the network setting in the script needs to be fixed

Tests

Run the tests with

bin/test

Coding standards

bin/phpcs src

Async

The data folder must be writable.

Remember to run the bin/consumer to consume the queued commands

About

A simple skeleton application to start with Prooph ES/CQRS applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published