es_user_login
es_user_login copied to clipboard
An User Login For Event Sourced Domains
EventSourcing User Login
An example implementation for an user login using an event sourced domain.
Dependencies
$ composer install
How to run tests?
Unit tests
$ vendor/bin/phpunit
Integration tests
$ vendor/bin/behat