meilisearch / search-bundle
Seamless integration of Meilisearch into your Symfony project.
Installs: 175 514
Dependents: 0
Suggesters: 0
Security: 0
Stars: 124
Watchers: 6
Forks: 29
Open Issues: 27
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- ext-json: *
- doctrine/doctrine-bundle: ^2.10
- meilisearch/meilisearch-php: ^1.0.0
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4.17 || ^6.0 || ^7.0
- symfony/event-dispatcher: ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0
- symfony/polyfill-php80: ^1.27
- symfony/property-access: ^5.4 || ^6.0 || ^7.0
- symfony/serializer: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- doctrine/annotations: ^2.0.0
- doctrine/orm: ^2.12 || ^3.0
- matthiasnoback/symfony-config-test: ^4.3 || ^5.2
- matthiasnoback/symfony-dependency-injection-test: ^4.3 || ^5.0
- nyholm/psr7: ^1.8.1
- php-cs-fixer/shim: ^3.58.1
- phpmd/phpmd: ^2.15
- phpstan/extension-installer: ^1.4.1
- phpstan/phpstan: ^1.11.4
- phpstan/phpstan-doctrine: ^1.4.3
- phpstan/phpstan-phpunit: ^1.4.0
- phpstan/phpstan-symfony: ^1.4.4
- phpunit/php-code-coverage: ^9.2.31
- symfony/doctrine-bridge: ^5.4.19 || ^6.0.7 || ^7.0
- symfony/filesystem: ^5.4 || ^6.0 || ^7.0
- symfony/framework-bundle: ^5.4.17 || ^6.0 || ^7.0
- symfony/http-client: ^5.4 || ^6.0 || ^7.0
- symfony/phpunit-bridge: ^6.4 || ^7.0
- symfony/yaml: ^5.4 || ^6.0 || ^7.0
- dev-main
- v0.15.6
- v0.15.5
- v0.15.4
- v0.15.3
- v0.15.2
- v0.15.1
- v0.15.0
- v0.14.0
- v0.13.1
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.0
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.1
- v0.1.0
- dev-staging
- dev-trying
This package is auto-updated.
Last update: 2024-10-24 03:42:33 UTC
README
Meilisearch Symfony Bundle
Meilisearch | Meilisearch Cloud | Documentation | Discord | Roadmap | Website | FAQ
⚡ The Meilisearch bundle for Symfony
Meilisearch Symfony is a search bundle to integrate Meilisearch within your Symfony project.
Meilisearch is an open-source search engine. Discover what Meilisearch is!
Table of Contents
- 📖 Documentation
- ⚡ Supercharge your Meilisearch experience
- 📝 Requirements
- 🤖 Compatibility with Meilisearch
- 💡 Learn More
- ⚙️ Development Workflow and Contributing
📖 Documentation
Check out the Wiki of this repository to get started! 🚀
Also, see our Documentation or our API References.
⚡ Supercharge your Meilisearch experience
Say goodbye to server deployment and manual updates with Meilisearch Cloud. No credit card required.
📝 Requirements
- Require PHP 7.4 and later.
- Compatible with Symfony 5.4 and later.
- Support Doctrine ORM.
For support of older versions, see older versions of this bundle.
🤖 Compatibility with Meilisearch
This package guarantees compatibility with version v1.x of Meilisearch, but some features may not be present. Please check the issues for more info.
💡 Learn More
The following sections may interest you:
- Manipulate documents: see the API references or read more about documents.
- Search: see the API references or follow our guide on search parameters.
- Manage the indexes: see the API references or read more about indexes.
- Configure the index settings: see the API references or follow our guide on settings parameters.
📖 Also, check out the Wiki of this repository!
⚙️ Development Workflow and Contributing
Any new contribution is more than welcome in this project!
If you want to know more about the development workflow or want to contribute, please visit our contributing guidelines for detailed instructions!
Meilisearch provides and maintains many SDKs and Integration tools like this one. We want to provide everyone with an amazing search experience for any kind of project. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the integration-guides repository.