nicmart/domain-specific-query
Composer 安装命令:
composer require nicmart/domain-specific-query
包简介
Build and define queries specific to the application domain and compile them into other formats
README 文档
README
Build and define queries specific to the application domain and compile them into other formats.
Warning!
The library is not completed yet and it is in early development stage
Install
The best way to install DomainSpecificQuery is through composer.
Just create a composer.json file for your project:
{
"require": {
"comperio/domain-specific-query": "dev-master"
}
}
Then you can run these two commands to install it:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
or simply run composer install if you have have already installed the composer globally.
Then you can include the autoloader, and you will have access to the library classes:
<?php require 'vendor/autoload.php';
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-06