brezgalov/php-specification-pattern

Specification pattern implementation

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/brezgalov/php-specification-pattern

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

This package is auto-updated.

Last update: 2025-09-20 21:56:27 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