remi-san/specification

Specification pattern classes

Installs: 69 772

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/remi-san/specification

v1.1.2 2016-03-13 17:33 UTC

This package is auto-updated.

Last update: 2025-09-22 00:53:48 UTC


README

Author Build Status Quality Score Software License Packagist Version Coverage Status SensioLabsInsight

A lib to ease the use the specification pattern.

Your specification classes can extend the AbstractSpecification class which already implement the following methods from the Specification interface:

  • andSatisfies
  • orSatisfies
  • not

You'll have to implement the isSatisfiedBy method to add the domain logic.