Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /