liip/registryadaptor
Composer 安装命令:
composer require liip/registryadaptor
包简介
This library extension provides a set of adaptors to the LiipDrupalRegistryModule.
README 文档
README
This library is an extension to the LiipDrupalRegistryModule. It introduces a number of adaptors to be able to integrate the registry with a number of external services; like Elasticsearch.
Current Project Status
Installation
The source is now PSR-0 compatible. There is no specific installation routine to be followed. Just clone or checkout the source into to your project
and use it.
In case you don't use a PSR-0 compatible autoloader, you only have to add the bootstrap.php into your bootstrap or
autoloader.
Composer
Add the following lines to your composer.json file and update your project's composer installation.
{
"require": {
"liip/registryadaptor": "dev-master"
}
}
This composer configuration will checkout the 'cutting edge' version ('dev-master') of the project. Be warned that this might be broken sometimes.
NOTE: In case you do not know what this means the composer project website is a good place to start.
Github
Thus I recommend the composer way to make LiipDrupalRegistryModule a dependency to your project. The sources are also available via github. Just clone it as you might be familiar with.
$ git clone git@github.com:liip/LiipRegistryAdaptor.git
Dependencies
- Assert
- ProxyObject (optional)
Optional
统计信息
- 总下载量: 1.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-30