Download the PHP package liip/registryadaptor without Composer
On this page you can find all versions of the php package liip/registryadaptor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liip/registryadaptor
More information about liip/registryadaptor
Files in liip/registryadaptor
Package registryadaptor
Short Description This library extension provides a set of adaptors to the LiipDrupalRegistryModule.
License MIT
Informations about the package registryadaptor
LiipRegistryAdaptor
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.
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.
Dependencies
- Assert
- ProxyObject (optional)
Optional
All versions of registryadaptor with dependencies
beberlei/assert Version dev-master
ruflin/elastica Version 0.20.5.0.RC1