larium/specification
Composer 安装命令:
composer require larium/specification
包简介
An implementation of Specification pattern
README 文档
README
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
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-12