renegare / es_service
Simplified es manager/service class to get your PHP/Symfony Based server app using Elastic Search with minimum complications, but easily extendable to take on the bespoke
v0.1.2
2013-11-19 00:20 UTC
Requires
- ruflin/elastica: v0.90.5.0
- symfony/console: >v2.1,<=v2.3.1
Requires (Dev)
- phake/phake: v1.0.3
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-10-26 15:39:23 UTC
README
Simplified ElasticSearch manager/service class to get your PHP/Symfony Based server app using Elastic Search with minimum complications, but easily extendable to take on the bespoke.
Contains a normal PHP Manager class which can be used in your application.
Also contains a Symfony Based Console Command for easy sync cli access to your elastic search servers.
#enjoy!