p0lemic / deck-es

Playing deck with DDD and Event Sourcing in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 96.4%Language:Makefile 2.0%Language:Shell 1.1%Language:Dockerfile 0.5%