Skip to content

Larium/specification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrutinizer Code Quality Code Coverage Build 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.

<?php
require_once 'vendor/autoload.php';

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

About

A PHP implementation of Specification pattern.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages