Skip to content

simensen/broadway

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broadway

Broadway is a project providing infrastructure and testing helpers for creating CQRS and event sourced applications. Broadway tries hard to not get in your way. The project contains several loosly coupled components that can be used together to provide a full CQRS\ES experience.

Note: while broadway is currently used in production, you should probably know what you're doing. ;)

Build Status

About

Read the blog post about this repository at:

Installation

$ composer require broadway/broadway ~0.1.0

Examples

Examples can be found in the examples/ directory. Most of the examples focus on showing how one of the components works. There is also a more deliberate example using several components and showing how you can test your event sourced model.

Components

Broadway consists of several components. Check out the README's of the components for more information.

Integrations

The broadway project ships with a bundle to use with a Symfony application. Contributions for integrations with other projects are appreciated!

Acknowledgements

The broadway project is heavily inspired by other open source project such as AggregateSource, Axon Framework and Ncqrs.

We also like to thank Benjamin, Marijn and Mathias for the conversations we had along the way that helped us shape the broadway project. In particular Marijn for giving us access to his in-house developed CQRS framework.

License

MIT, see LICENSE.

About

Infrastructure and testing helpers for creating CQRS and event sourced applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published