fazland / elastica-odm
Doctrine like document manager for ElasticSearch, based on Elastica
Installs: 2 109
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^7.1
- ext-json: *
- doctrine/annotations: ^1.6
- doctrine/common: ^2.8
- kcs/class-finder: ^0.1
- kcs/metadata: ^2.1|^3.0
- ocramius/proxy-manager: ^2.0
- psr/cache-implementation: ^1.0
- psr/log: ^1.0
- ruflin/elastica: ^5.0|^6.0
- symfony/console: ^2.8|^3.0|^4.0
Requires (Dev)
- phpunit/phpunit: ^7.0
- symfony/cache: ^3.1|^4.0
- symfony/var-dumper: ^3.1|^4.0
This package is auto-updated.
Last update: 2020-04-06 16:40:02 UTC
README
⚠️ Warning
This repository has been deprecated.
The development of this package will continue on https://github.com/refugis/elastica-odm.
Doctrine like document manager for ElasticSearch, based on Elastica
Requirements
- php ^7.3
- doctrine/annotations ^1.6
- doctrine/common ^2.8
- kcs/class-finder ^0.1
- kcs/metadata: ^3.1
- ocramius/proxy-manager ^2.0
- psr/cache-implementation ^1.0
- psr/log ^1.0
- ruflin/elastica ^5.0|^6.0
Installation
The suggested installation method is via composer:
$ composer require fazland/elastica-odm
Using Elastica ODM
Work in progress
Test
Just run
$ ./run-tests.sh
Contributing
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!
License
Elastica ODM is licensed under the MIT License - see the LICENSE file for details.