PHPackages                             brenoroosevelt/php-specifications - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. brenoroosevelt/php-specifications

ActiveLibrary

brenoroosevelt/php-specifications
=================================

Implementation of Specification Pattern for PHP

022↑2900%PHP

Since Oct 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/brenoroosevelt/php-specifications)[ Packagist](https://packagist.org/packages/brenoroosevelt/php-specifications)[ RSS](/packages/brenoroosevelt-php-specifications/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Specification Pattern - PHP
===========================

[](#specification-pattern---php)

Implementation of Specification Pattern in PHP for general purpose.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1

Install
-------

[](#install)

```
composer require brenoroosevelt/php-specifications
```

Definition
----------

[](#definition)

Specifications are classes that implements the interface [`Specification`](src/Specification.php):

```
