Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.37 KB

README.md

File metadata and controls

36 lines (25 loc) · 2.37 KB

Simple EventStore Manager

Scrutinizer Code Quality SensioLabsInsight Build Status Coverage Status Codacy Badge license Packagist

Simple EventStore Manager allows you to store your Domain Events and easlity retrieve them.

Requirements

  • PHP 5.6.6 +
  • MySQL 5.6 + (if you use pdo driver)
  • MongoDB 3.0 + (if you use mongo driver)
  • Redis 3.2 + (if you use redis driver)

Support

If you found an issue or had an idea please refer to this section.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details