Download the PHP package guikingone/meili-search-bundle without Composer
On this page you can find all versions of the php package guikingone/meili-search-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download guikingone/meili-search-bundle
More information about guikingone/meili-search-bundle
Files in guikingone/meili-search-bundle
Package meili-search-bundle
Short Description A Symfony bundle that enable MeiliSearch
License MIT
Informations about the package meili-search-bundle
MeiliSearchBundle
MeiliSearchBundle is an opiniated Symfony bundle which configure and enable MeiliSearch.
The core logic act as a wrapper around the official MeiliSearch PHP SDK.
Main features
- DTO support (thanks to
Symfony/Serializer
) for documents - Mapping via YAML/XML/PHP/Annotation
- Document definition via Annotations or custom providers
Symfony/Messenger
integrationSymfony/HttpClient
supportSymfony/Cache
integration (fallback, search, CRUD)Symfony/ExpressionLanguage
support for building queries- Twig integration
- Custom form type
- Support for PHP 7.2 to 7.4 (8.0 not supported for now)
- Support for
Ramsey/uuid
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Once installed, time to update the config/bundles.php
:
Once done, just add a config/packages/meili_search.yaml
:
Usage
For a full breakdown of how to use this bundle, please refer to the documentation.
Contributing
For a full breakdown of how to contribute to this bundle, please refer to CONTRIBUTING.md.
All versions of meili-search-bundle with dependencies
ext-json Version *
meilisearch/meilisearch-php Version ^0.15
psr/log Version ^1.1
symfony/config Version ^4.4|^5.0
symfony/console Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/filesystem Version ^4.4|^5.0
symfony/finder Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0
symfony/property-access Version ^4.4|^5.0
symfony/options-resolver Version ^4.4|^5.0
symfony/serializer Version ^5.0