MeiliSearchBundle
A bundle which aim to provide a full integration of MeilliSearch in Symfony
File Explorer
- daily.yml
- push.yml
- CONTRIBUTING.md
- annotations.md
- cache.md
- command.md
- configuration.md
- data_provider.md
- dto.md
- events.md
- form.md
- http_client.md
- indexes.md
- messenger.md
- migrations.md
- search.md
- testing.md
- twig.md
- usage.md
- .gitkeep
- composer.sh
- Dockerfile
- launcher.sh
- php.ini
- DocumentReader.php
- DocumentReaderInterface.php
- ReaderInterface.php
- ConfigurationAnnotationInterface.php
- Document.php
- DocumentSubscriber.php
- DocumentNormalizer.php
- UuidDenormalizer.php
- UuidNormalizer.php
- SearchResultCacheOrchestrator.php
- SearchResultCacheOrchestratorInterface.php
- ClearSearchResultCacheCommand.php
- DeleteIndexCommand.php
- DeleteIndexesCommand.php
- ListIndexesCommand.php
- MigrateDocumentsCommand.php
- UpdateIndexesCommand.php
- WarmDocumentsCommand.php
- WarmIndexesCommand.php
- MeiliSearchBundleDataCollector.php
- TraceableDataCollectorInterface.php
- DocumentDataProviderInterface.php
- EmbeddedDocumentDataProviderInterface.php
- ModelDataProviderInterface.php
- PrimaryKeyOverrideDataProviderInterface.php
- PriorityDataProviderInterface.php
- Configuration.php
- MeiliSearchBundlePass.php
- MeiliSearchExtension.php
- DocumentEntryPoint.php
- DocumentEntryPointInterface.php
- DocumentLoader.php
- DocumentMigrationOrchestrator.php
- DocumentMigrationOrchestratorInterface.php
- DumpOrchestrator.php
- DumpOrchestratorInterface.php
- DocumentEventInterface.php
- DocumentEventList.php
- DocumentEventListInterface.php
- PostDocumentCreationEvent.php
- PostDocumentDeletionEvent.php
- PostDocumentRetrievedEvent.php
- PostDocumentUpdateEvent.php
- PreDocumentCreationEvent.php
- PreDocumentDeletionEvent.php
- PreDocumentRetrievedEvent.php
- PreDocumentUpdateEvent.php
- DumpCreatedEvent.php
- IndexCreatedEvent.php
- IndexEventInterface.php
- IndexEventList.php
- IndexEventListInterface.php
- IndexRemovedEvent.php
- IndexRetrievedEvent.php
- PostSettingsUpdateEvent.php
- PreSettingsUpdateEvent.php
- PostResetSynonymsEvent.php
- PostUpdateSynonymsEvent.php
- PreResetSynonymsEvent.php
- PreUpdateSynonymsEvent.php
- PostSearchEvent.php
- PreSearchEvent.php
- SearchEventInterface.php
- SearchEventList.php
- SearchEventListInterface.php
- ClearDocumentOnNewSubscriber.php
- ClearDocumentOnUpdateSubscriber.php
- DocumentEventSubscriber.php
- ExceptionSubscriber.php
- IndexEventSubscriber.php
- MeiliSearchEventSubscriberInterface.php
- SearchEventSubscriber.php
- SettingsEventSubscriber.php
- SynonymsEventSubscriber.php
- ExceptionInterface.php
- InvalidArgumentException.php
- InvalidDocumentConfigurationException.php
- InvalidIndexConfigurationException.php
- InvalidSearchConfigurationException.php
- RuntimeException.php
- SearchExpressionLanguage.php
- SearchExpressionLanguageProvider.php
- MeiliSearchChoiceType.php
- HealthEntryPoint.php
- HealthEntryPointInterface.php
- IndexList.php
- IndexListInterface.php
- IndexOrchestrator.php
- IndexOrchestratorInterface.php
- IndexSettingsOrchestrator.php
- IndexSettingsOrchestratorInterface.php
- IndexSynchronizer.php
- IndexSynchronizerInterface.php
- SynonymsOrchestrator.php
- SynonymsOrchestratorInterface.php
- LoaderInterface.php
- AddDocumentMessage.php
- DeleteDocumentMessage.php
- UpdateDocumentMessage.php
- AddDocumentMessageHandler.php
- DeleteDocumentMessageHandler.php
- UpdateDocumentMessageHandler.php
- ResetSynonymsMessageHandler.php
- UpdateSynonymsMessageHandler.php
- AddIndexMessageHandler.php
- DeleteIndexMessageHandler.php
- ResetSynonymsMessage.php
- UpdateSynonymsMessage.php
- AddIndexMessage.php
- DeleteIndexMessage.php
- MessageInterface.php
- IndexMetadata.php
- IndexMetadataInterface.php
- IndexMetadataRegistry.php
- IndexMetadataRegistryInterface.php
- data_collector.html.twig
- ms.svg
- ResultBuilder.php
- ResultBuilderInterface.php
- CachedSearchEntryPoint.php
- FallbackSearchEntrypoint.php
- NullSearchEntryPoint.php
- Search.php
- SearchEntryPoint.php
- SearchEntryPointInterface.php
- SearchResult.php
- SearchResultInterface.php
- IndexMetadataDenormalizer.php
- Settings.php
- SettingsEntryPoint.php
- SettingsEntryPointInterface.php
- IndexCreated.php
- IndexRemoved.php
- Search.php
- MeiliSearchBundleAssertionTrait.php
- SearchExtension.php
- Update.php
- UpdateInterface.php
- UpdateOrchestrator.php
- UpdateOrchestratorInterface.php
- MeiliSearchBundle.php
- DocumentReaderTest.php
- DocumentTest.php
- DocumentSubscriberTest.php
- DocumentNormalizerTest.php
- UuidDenormalizerTest.php
- UuidNormalizerTest.php
- SearchResultCacheOrchestratorTest.php
- ClearSearchResultCacheCommandTest.php
- DeleteIndexCommandTest.php
- DeleteIndexesCommandTest.php
- ListIndexesCommandTest.php
- MigrateDocumentsCommandTest.php
- UpdateIndexesCommandTest.php
- WarmDocumentsCommandTest.php
- WarmIndexesCommandTest.php
- MeiliSearchBundleDataCollectorTest.php
- DocumentDataProviderTest.php
- EmbeddedDocumentDataProviderTest.php
- ConfigurationTest.php
- MeiliSearchBundlePassTest.php
- MeiliSearchExtensionTest.php
- DocumentEntryPointTest.php
- DocumentLoaderTest.php
- DocumentMigrationOrchestratorTest.php
- DumpOrchestratorTest.php
- DocumentEventListTest.php
- PostDocumentCreationEventTest.php
- PostDocumentDeletionEventTest.php
- PostDocumentRetrievedEventTest.php
- PostDocumentUpdateEventTest.php
- PreDocumentCreationEventTest.php
- PreDocumentDeletionEventTest.php
- PreDocumentRetrievedEventTest.php
- PreDocumentUpdateEventTest.php
- DumpCreatedEventTest.php
- IndexCreatedEventTest.php
- IndexEventListTest.php
- IndexRemovedEventTest.php
- IndexRetrievedEventTest.php
- PostSettingsUpdateEventTest.php
- PreSettingsUpdateEventTest.php
- PostResetSynonymsEventTest.php
- PostUpdateSynonymsEventTest.php
- PreResetSynonymsEventTest.php
- PreUpdateSynonymsEventTest.php
- PostSearchEventTest.php
- PreSearchEventTest.php
- SearchEventListTest.php
- ClearDocumentOnNewSubscriberTest.php
- ClearDocumentOnUpdateSubscriberTest.php
- DocumentEventSubscriberTest.php
- ExceptionSubscriberTest.php
- IndexEventSubscriberTest.php
- SearchEventSubscriberTest.php
- SettingsEventSubscriberTest.php
- SynonymsEventSubscriberTest.php
- SearchExpressionLanguageProviderTest.php
- SearchExpressionLanguageTest.php
- MeiliSearchChoiceTypeTest.php
- HealthEntryPointTest.php
- IndexListTest.php
- IndexOrchestratorTest.php
- IndexSettingsOrchestratorTest.php
- IndexSynchronizerTest.php
- SynonymsOrchestratorTest.php
- AddDocumentMessageTest.php
- DeleteDocumentMessageTest.php
- UpdateDocumentMessageTest.php
- AddDocumentMessageHandlerTest.php
- DeleteDocumentMessageHandlerTest.php
- UpdateDocumentMessageHandlerTest.php
- ResetSynonymsMessageHandlerTest.php
- UpdateSynonymsMessageHandlerTest.php
- AddIndexMessageHandlerTest.php
- DeleteIndexMessageHandlerTest.php
- ResetSynonymsMessageTest.php
- UpdateSynonymsMessageTest.php
- AddIndexMessageTest.php
- DeleteIndexMessageTest.php
- .gitkeep
- IndexMetadataRegistryTest.php
- IndexMetadataTest.php
- ResultBuilderTest.php
- CachedSearchEntryPointTest.php
- FallbackSearchEntrypointTest.php
- NullSearchEntryPointTest.php
- SearchEntryPointTest.php
- SearchResultTest.php
- SearchTest.php
- IndexMetadataDenormalizerTest.php
- SettingsEntryPointTest.php
- IndexCreatedTest.php
- IndexRemovedTest.php
- SearchTest.php
- SearchExtensionTest.php
- UpdateOrchestratorTest.php
- UpdateTest.php
- MeiliSearchBundleTest.php
- .dockerignore
- .editorconfig
- .gitignore
- CHANGELOG.md
- composer.json
- composer.lock
- docker-compose.override.yml.dist
- docker-compose.yml
- infection.json.dist
- Makefile
- phpstan.neon
- phpunit.xml.dist
- README.md
- rector.php
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
composer
View Details ▼
composer
A package-based dependency manager for PHP projects.
composer init
Interactively create a `composer.json` file:
composer require {{user/package}}
Add a package as a dependency for this project, adding an entry to `composer.json`:
composer install
Install all the dependencies in this project's `composer.json` and create `composer.lock`:
# Project Badges
-
MeiliSearchBundle CI
-
SymfonyInsight Visit
// repository documentation
Was this content helpful?
(0 ratings)
