Skip to content

Commit

Permalink
Create the events library
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed Feb 27, 2017
0 parents commit 5d89bd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ContinuousPipe Events

A library to manage EventSourcing inside and outside (micro)services.

8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "continuous-pipe/events",
"autoload": {
"psr-0": {
"ContinuousPipe\\": "src/"
}
}
}

0 comments on commit 5d89bd7

Please sign in to comment.