2017 © Pedro Peláez
 

library apha

Apha CQRS/ES library for PHP

image

martyn82/apha

Apha CQRS/ES library for PHP

  • Saturday, April 9, 2016
  • by martyn82
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

APHA

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

APHA is a CQRS/ES library for PHP. It contains all the building blocks you need to build an application that implements Command-Query Responsibility Segregation either with or without Event Sourcing., (*2)

APHA provides: * Typed command and event handling with annotations * Using MongoDB as event store and/or read store * Using ElasticSearch as read store * Replay of events * Sagas * Event scheduling (experimental), (*3)

Prerequisites

Requirements: * PHP 7+ * Composer, (*4)

Optional: * MongoDB * ElasticSearch, (*5)

Installation

$ composer install

Usage

Run the tests:, (*6)

$ bin/phing test:unit

Use in your own project:, (*7)

$ composer require martyn82/apha:~0.1

Documentation

Currently, there is no API documentation available. Coming soon!, (*8)

Examples

Some quickstart examples are available in the examples directory. You can run them from the command-line by executing:, (*9)

$ php examples/ ...

Licensing

Please consult the file named LICENSE in the root of the project., (*10)

The Versions

09/04 2016

dev-master

9999999-dev https://github.com/martyn82/apha

Apha CQRS/ES library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martijn Endenburg

repository commands events messaging cqrs commandbus eventsourcing eventstore event-sourcing eventbus saga

04/04 2016

v0.1.0

0.1.0.0 https://github.com/martyn82/apha

Apha CQRS/ES library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martijn Endenburg

repository commands events messaging cqrs commandbus eventsourcing eventstore event-sourcing eventbus saga

03/04 2016

v0.1.0-alpha

0.1.0.0-alpha https://github.com/martyn82/apha

Apha CQRS/ES library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Martijn Endenburg

repository commands events messaging cqrs commandbus eventsourcing eventstore event-sourcing eventbus saga