2017 © Pedro Peláez
 

library karma

Event sourcing library for PHP

image

watoki/karma

Event sourcing library for PHP

  • Thursday, January 19, 2017
  • by rtens
  • Repository
  • 0 Watchers
  • 0 Stars
  • 177 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Karma Build Status

karma is an event sourcing library for PHP. It helps you to, (*1)

The name refers to the principle of cause and effect where all actions of an entity influence the future of that entity. Hence the state of the world is only the sum of all events of the past. This is also the principle of event sourcing., (*2)

Shallow men believe in luck or in circumstance. Strong men believe in cause and effect.
Ralph Waldo Emerson, (*3)

Installation

To use karma in your project, require it with Composer, (*4)

composer require watoki/karma

If you would like to develop on karma, clone it with git, download its dependencies with composer and execute the specification with scrut., (*5)

git clone https://github.com/watoki/karma.git
cd karma
composer install
vendor/bin/scrut

Documentation

The documentation of karma is written in the form of an executable specification. You find it in the [spec] folder., (*6)

The Versions

19/01 2017

dev-master

9999999-dev

Event sourcing library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires