diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2754ee --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# ContinuousPipe Events + +A library to manage EventSourcing inside and outside (micro)services. + diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f735a60 --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "continuous-pipe/events", + "autoload": { + "psr-0": { + "ContinuousPipe\\": "src/" + } + } +}