Flow2Lab/EventSourcing

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimat.yaml
.gitignore
.travis.yml
Classes/Flow2Lab/EventSourcing/AggregateRootInterface.php9
A
0 mins
Classes/Flow2Lab/EventSourcing/AggregateSourcing.php44
A
0 mins
Classes/Flow2Lab/EventSourcing/Auditing/CommandLogger.php45
A
0 mins
Classes/Flow2Lab/EventSourcing/Auditing/EventLogger.php61
A
3 hrs
Classes/Flow2Lab/EventSourcing/Auditing/LoggerInterface.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Bus/AsyncCommandBusInterface.php5
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Bus/CommandBusInterface.php7
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Bus/Exception/UnableToHandleCommandException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Bus/InternalCommandBus.php51
A
45 mins
Classes/Flow2Lab/EventSourcing/Command/Command.php15
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/CommandInterface.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Controller/Aspect/RegisteringDomainCommandsAspect.php60
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Controller/DomainCommand.php100
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Controller/DomainCommandArgumentDefinition.php25
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Controller/DomainCommandController.php53
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Handler/CommandHandler.php48
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Handler/CommandHandlerInterface.php8
A
0 mins
Classes/Flow2Lab/EventSourcing/Command/Handler/Exception/UnableToHandleCommandException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Domain/Model/ObjectName.php20
A
0 mins
Classes/Flow2Lab/EventSourcing/EntityInterface.php13
A
0 mins
Classes/Flow2Lab/EventSourcing/EntitySourcing.php40
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Bus/BusInterface.php7
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Bus/InternalEventBus.php67
A
35 mins
Classes/Flow2Lab/EventSourcing/Event/DomainEvent.php19
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/AbstractEventHandler.php30
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/EventHandlerInterface.php8
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/Exception/UnableToHandleEventException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/ImmediateEventHandlerInterface.php5
A
0 mins
Classes/Flow2Lab/EventSourcing/EventSourcing.php65
A
25 mins
Classes/Flow2Lab/EventSourcing/Exception/EmptyStreamException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Exception/EventNotAppliedException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Message.php5
A
0 mins
Classes/Flow2Lab/EventSourcing/Package.php19
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/AbstractModelProjector.php50
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/AbstractMysqlProjector.php57
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/AbstractProjector.php37
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Annotations/Column.php12
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Annotations/Table.php16
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Command/ProjectionCommandController.php84
A
1 hr
Classes/Flow2Lab/EventSourcing/Projection/Hydration/ArrayHydrator.php9
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Hydration/DtoHydrator.php25
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Hydration/HydratorInterface.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/ProjectionBuilder.php48
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/ProjectorInterface.php11
A
0 mins
Classes/Flow2Lab/EventSourcing/Queue/BeanstalkQueue.php19
A
0 mins
Classes/Flow2Lab/EventSourcing/Queue/ImmediateQueue.php17
A
0 mins
Classes/Flow2Lab/EventSourcing/Queue/Message.php20
A
0 mins