Download the PHP package pgs-soft/elastic-om without Composer
On this page you can find all versions of the php package pgs-soft/elastic-om. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pgs-soft/elastic-om
More information about pgs-soft/elastic-om
Files in pgs-soft/elastic-om
Informations about the package elastic-om
/ ElasticOM
Elasticsearch Object Mapper. Includes integration with Symfony 2.7+ and Zend Framework 3.
Installation
Entity type configuration
Elasticsearch type(s) are configured basing on entities annotations, e.g.
Usage
Available annotations
Id
Marks class property to be used as unique object identifier. Only one property can be marked as Id.
Field
Specifies property to be mapped into elasticsearch type. Available parameters:
- type - elasticsearch mapping type for the property. List of all types can be found here: https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html
- targetClass - if type is object or nested, targetClass specifies nested object class
Integrations
Symfony
Zend Framework 3
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/PGSSoft/ElasticOM.
About
The project maintained by software development agency PGS Software. See our other open-source projects or contact us to develop your product.
Follow us
All versions of elastic-om with dependencies
doctrine/annotations Version ^1
elasticsearch/elasticsearch Version ^2.2.2 | ^5
zendframework/zend-hydrator Version ^2