2017 © Pedro Peláez
 

library doctrine-message-repository

Doctrine Message Repository for EventSauce

image

eventsauce/doctrine-message-repository

Doctrine Message Repository for EventSauce

  • Wednesday, July 11, 2018
  • by frankdejonge
  • Repository
  • 1 Watchers
  • 1 Stars
  • 736 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 21 % Grown

The README.md

Doctrine Message Repository for EventSauce

⚠️ This repository is abandoned in favor of the newer eventsauce/message-repository-for-doctrine library., (*1)

use Doctrine\DBAL\Connection;
use EventSauce\DoctrineMessageRepository\DoctrineMessageRepository;
use EventSauce\EventSourcing\Serialization\MessageSerializer;

/** @var Connection $doctrineConnection */
$doctrineConnection = setup_doctrine_connection();
/** @var MessageSerializer $messageSerializer */
$messageSerializer = setup_message_serializer();
$messageRepository = new DoctrineMessageRepository(
    $doctrineConnection,
    $messageSerializer,
    'your_table_name',
);

Next step: Use it when bootstrapping your aggregate root repository, (*2)

For the schema used for this repository, see:, (*3)

The Versions

11/07 2018

dev-master

9999999-dev

Doctrine Message Repository for EventSauce

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

11/07 2018

0.4.0

0.4.0.0

Doctrine Message Repository for EventSauce

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

23/03 2018

0.3.0

0.3.0.0

Doctrine Message Repository for EventSauce

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

13/03 2018

0.2.0

0.2.0.0

Doctrine Message Repository for EventSauce

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

07/03 2018

0.1.0

0.1.0.0

Doctrine Message Repository for EventSauce

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge