Flow2Lab/EventSourcing

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
composer.json
UnitTests.xml
README.md
LICENSE
Configuration/Testing/Objects.yaml
Configuration/Settings.yaml
Configuration/Production/Objects.yaml
Configuration/Objects.yaml
Configuration/Development/Objects.yaml
Classes/Flow2Lab/EventSourcing/Uuid.php13
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Repository.php53
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Backend/Translator/WritableEventTranslator.php29
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Backend/StoreBackendInterface.php10
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Backend/Exception/OptimisticLockException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Backend/Exception/IncompatibleModelException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Backend/Exception/EventStreamNotFoundException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Store/Backend/EventStoreBackend.php75
A
2 hrs
Classes/Flow2Lab/EventSourcing/Serializer/MessageSerializerInterface.php8
A
0 mins
Classes/Flow2Lab/EventSourcing/Serializer/JsonSerializer.php23
A
0 mins
Classes/Flow2Lab/EventSourcing/Serializer/ArraySerializer.php38
A
35 mins
Classes/Flow2Lab/EventSourcing/Queue/QueueInterface.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Queue/Message.php20
A
0 mins
Classes/Flow2Lab/EventSourcing/Queue/ImmediateQueue.php17
A
0 mins
Classes/Flow2Lab/EventSourcing/Queue/BeanstalkQueue.php19
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/ProjectorInterface.php11
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/ProjectionBuilder.php48
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Hydration/HydratorInterface.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Hydration/DtoHydrator.php25
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Hydration/ArrayHydrator.php9
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Command/ProjectionCommandController.php84
A
1 hr
Classes/Flow2Lab/EventSourcing/Projection/Annotations/Table.php16
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/Annotations/Column.php12
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/AbstractProjector.php37
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/AbstractMysqlProjector.php57
A
0 mins
Classes/Flow2Lab/EventSourcing/Projection/AbstractModelProjector.php50
A
0 mins
Classes/Flow2Lab/EventSourcing/Package.php19
A
0 mins
Classes/Flow2Lab/EventSourcing/Message.php5
A
0 mins
Classes/Flow2Lab/EventSourcing/Exception/EventNotAppliedException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Exception/EmptyStreamException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/EventSourcing.php65
A
25 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/ImmediateEventHandlerInterface.php5
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/Exception/UnableToHandleEventException.php6
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/EventHandlerInterface.php8
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Handler/AbstractEventHandler.php30
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/DomainEvent.php19
A
0 mins
Classes/Flow2Lab/EventSourcing/Event/Bus/InternalEventBus.php67
A
35 mins
Classes/Flow2Lab/EventSourcing/Event/Bus/BusInterface.php7
A
0 mins
Classes/Flow2Lab/EventSourcing/EntitySourcing.php40
A
0 mins
Classes/Flow2Lab/EventSourcing/EntityInterface.php13
A
0 mins
Classes/Flow2Lab/EventSourcing/Domain/Model/ObjectName.php20
A
0 mins