2017 © Pedro Peláez
 

library event-sourcing

image

goodby/event-sourcing

  • Thursday, September 12, 2013
  • by suin
  • Repository
  • 3 Watchers
  • 15 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

EventSourcing

Build Status, (*1)

What is EventSourcing?

editing..., (*2)

![event sourcing model], (*3)

Requirements

editing..., (*4)

Installation

Install composer in your project:, (*5)

curl -s http://getcomposer.org/installer | php

Create a composer.json file in your project root:, (*6)

{
    "require": {
        "goodby/event-sourcing": "*"
    }
}

Install via composer:, (*7)

php composer.phar install

License

EventSourcing is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*8)

Documentation

editing..., (*9)

Contributing

Checkout master source code from github:, (*10)

hub clone goodby/event-sourcing

Install develpment components via composer:, (*11)

# If you don't have composer.phar
./scripts/bundle-devtools.sh .

# If you have composer.phar
composer.phar install --dev

Unit Testing

We works under test driven development., (*12)

Run phpunit:, (*13)

./vendor/bin/phpunit

Coding Standard

We follows coding standard PSR-2., (*14)

Check if your codes follows PSR-2 by phpcs:, (*15)

./vendor/bin/phpcs --standard=PSR2 src/

Acknowledgement

This project was automatically generated by "Goodby Setup"., (*16)

The Versions