Skip to content

Playing deck with DDD and Event Sourcing in PHP

Notifications You must be signed in to change notification settings

p0lemic/deck-es

Repository files navigation

DDD & Event Sourcing in PHP using Broadway, SimpleBus and Symfony 6

Generate the SSL keys:

mkdir -p config/jwt
openssl genpkey -out config/jwt/private.pem -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096
openssl pkey -in config/jwt/private.pem -out config/jwt/public.pem -pubout

About

Playing deck with DDD and Event Sourcing in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published