Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 558 Bytes

README.markdown

File metadata and controls

25 lines (16 loc) · 558 Bytes

Buttercup.Protects

Buttercup.Protects is a PHP library for building Aggregates that protect business invariants, and that record Domain Events.

Build Status

Documentation

http://buttercup-php.github.io/protects

Generate the docs with Docco:

npm install -g docco
docco tests/Buttercup/Protects/Tests/*

Tests

The documentation doubles as a test suite.

php test.php