brezgalov/php-specification-pattern

Specification pattern implementation

dev-master 2023-02-20 16:24 UTC

This package is auto-updated.

Last update: 2024-04-20 18:45:40 UTC


README

Implementation for base Specification pattern classes

Installation

composer require brezgalov/php-specification-pattern dev-master

Usage

  • Extend AbstractSpecification class
  • Implement isSatisfiedBy method as you wish to
  • Feel free to use logical methods to combine your specifications