fazland / elastica-bundle
Elasticsearch PHP integration for your Symfony2 project using Elastica
Installs: 83 346
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 9
Forks: 15
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.0
- psr/log: ~1.0
- ruflin/elastica: ~5.2
- symfony/console: ~2.7|~3.0
- symfony/framework-bundle: ~2.7|~3.0
- symfony/property-access: ~2.7|~3.0
Requires (Dev)
- alcaeus/mongo-php-adapter: ^1.0.10
- doctrine/data-fixtures: ^1.2
- doctrine/doctrine-bundle: ~1.6
- doctrine/mongodb: ^1.4
- doctrine/mongodb-odm-bundle: ^3.0
- doctrine/orm: ~2.4
- doctrine/phpcr-bundle: ~1.2
- doctrine/phpcr-odm: ^1.4
- jackalope/jackalope-doctrine-dbal: ~1.1
- jms/serializer-bundle: ~1.1
- knplabs/knp-components: ~1.2
- knplabs/knp-paginator-bundle: ~2.5
- pagerfanta/pagerfanta: ~1.0
- php-mock/php-mock-prophecy: ^0.0.2
- phpspec/prophecy: ^1.7
- phpunit/phpunit: ^5.7,>=5.7.1
- propel/propel1: 1.6.*
- symfony/browser-kit: ~2.7|~3.0
- symfony/dependency-injection: ~2.7|~3.0
- symfony/expression-language: ~2.7|~3.0
- symfony/framework-bundle: ~2.7,>=2.7.26|~3.0
- symfony/options-resolver: ~2.7|~3.0
- symfony/serializer: ~2.7|~3.0
- symfony/translation: ~2.7|~3.0
- dev-master / 5.0.x-dev
- 5.0.0-alpha.3
- 5.0.0-alpha.2
- 5.0.0-alpha.1
- 4.0.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- 3.1.0
- v3.1.0-RC1
- v3.0.13
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- 3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 3.0.0-RC1
- v3.0.0-alpha6
- v3.0.0-alpha5
- v3.0.0-alpha4
- v3.0.0-alpha3
- v3.0.0-alpha2
- v3.0.0-alpha1
- v2.1.3-PL1
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.3-PL1
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.0
- dev-new_alias_management
This package is auto-updated.
Last update: 2024-10-29 04:47:26 UTC
README
This bundle provides integration with ElasticSearch and Elastica with Symfony. Features include:
- Integrates the Elastica library into a Symfony environment
- Automatically generate mappings using a serializer
- Listeners for Doctrine events for automatic indexing
Documentation
Documentation for FazlandElasticaBundle is in doc/index.md
Installation
Installation instructions can be found in the documentation
License
This bundle is under the MIT license. See the complete license in the bundle
in the LICENSE
file
Contribute
Contributions are always welcome. Feel free to open issues or submit PRs to improve this bundle