lidskasila/prooph

Nette extension for original Prooph toolbox of CQRS and EventSourcing Infrastructure for PHP.

0.0.6-alpha 2017-08-07 12:13 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:04:58 UTC


README

Build Status Quality Score Code Coverage

Nette extension for prooph toolbox family.

Why bother?

  1. It allows you to configure prooph libraries through Nette *.neon config
  2. It allows you to configure routes for asynchronous messaging with simple bridge interface to adapt your infrastructure.
New to Prooph, DDD, CQRS or Event Sourcing? Hunting for inspiration and learning sources?

Quick start

1) Install this Nette extension through composer

composer require lidskasila/prooph

2) Register package in your config.neon

extensions:
    prooph: LidskaSila\Prooph\ProophExtension

Documentation

  1. Configuration
  2. Asynchronous messaging

Contribute

Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.