• Stars
    star
    210
  • Rank 187,016 (Top 4 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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