docteurklein/event-store

事件存储库

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

This package is auto-updated.

Last update: 2024-08-29 03:35:53 UTC


README

php5.5+ 事件存储库。

安装

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

使用

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

测试

bin/phpspec run
bin/funk funk

贡献

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