docteurklein/event-store

dev-master 2014-12-03 09:49 UTC

This package is auto-updated.

Last update: 2024-03-29 02:28:22 UTC


README

a php5.5+ event store.

Install

git clone git@github.com:docteurklein/event-store.git
composer install

Use

php example/import_products.php
php example/shop.php <product-uuid> <cart-uuid = null> <quantity>

Test

bin/phpspec run
bin/funk funk

Contribute

bin/phpspec desc Knp\\Event\\Contributed
bin/phpspec run