buttercup / protects
Buttercup.Protects is a PHP library for building Aggregates that protect business rules, and that announce Domain Events.
dev-master
2014-06-28 14:34 UTC
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-25 01:53:44 UTC
README
Buttercup.Protects is a PHP library for building Aggregates that protect business invariants, and that record Domain Events.
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