aschaeffer / meilisearch-search-bundle
Seamless integration of MeiliSearch into your Symfony project.
Installs: 136
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 29
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- ext-json: *
- doctrine/doctrine-bundle: ^2.4
- illuminate/collections: ^8.47
- meilisearch/meilisearch-php: ^0.19
- symfony/filesystem: ^4.0 || ^5.0
- symfony/property-access: ^4.0 || ^5.0
- symfony/serializer: ^4.0 || ^5.0
Requires (Dev)
- doctrine/orm: ^2.9
- friendsofphp/php-cs-fixer: ^3.0
- nyholm/psr7: ^1.3
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12.90
- phpstan/phpstan-doctrine: ^0.12.39
- phpstan/phpstan-phpunit: ^0.12.20
- phpstan/phpstan-symfony: ^0.12.37
- phpunit/php-code-coverage: ^9.2
- phpunit/phpunit: ^9.5
- symfony/doctrine-bridge: ^4.0 || ^5.0
- symfony/http-client: ^4.0 || ^5.0
- symfony/phpunit-bridge: ^4.0 || ^5.0
- symfony/yaml: ^4.0 || ^5.0
This package is auto-updated.
Last update: 2024-10-25 15:36:35 UTC
README
MeiliSearch Symfony Bundle
MeiliSearch | Documentation | Slack | 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
- 📝 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.
📝 Requirements
- Require PHP 7.4 and later.
- Compatible with Symfony 4.0 and later.
- Support Doctrine ORM and Doctrine MongoDB.
🤖 Compatibility with MeiliSearch
This package only guarantees the compatibility with the version v0.22.0 of MeiliSearch.
💡 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.