buttercup-php / protects

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

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

License:MIT License


Languages

Language:PHP 99.8%Language:Shell 0.2%