buttercup / protects
Buttercup.Protects is a PHP library for building Aggregates that protect business rules, and that announce Domain Events.
Installs: 3 868
Dependents: 1
Suggesters: 0
Security: 0
Stars: 214
Watchers: 26
Forks: 20
Open Issues: 2
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-24 23:13:05 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