liip / registryadaptor
This library extension provides a set of adaptors to the LiipDrupalRegistryModule.
Installs: 1 656
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 60
Forks: 0
Open Issues: 3
Requires
- php: >=5.3.8
- beberlei/assert: dev-master
- ruflin/elastica: 0.20.5.0.RC1
Requires (Dev)
- lapistano/proxy-object: dev-master
This package is not auto-updated.
Last update: 2024-10-26 14:17:25 UTC
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)