Skip to content

Repository files navigation

Scrutinizer Code QualityCode CoverageBuild Status

An implementation of Specification pattern.

Installation

You can install this library using Composer

Information about how to install composer you can find in official website.

Command line

In root directory of your project run through a console:

$ composer require "larium/specification":"@stable"

Composer.json

Include require line in your composer.json file

{
"require": {
"larium/specification": "@stable"
}
}

and run from console in the root directory of your project:

$ composer update

After this you must require autoload file from composer.

<?phprequire_once'vendor/autoload.php';

See full documentation at https://specification.larium.net

About

A PHP implementation of Specification pattern.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages