{"id":21009789,"url":"https://github.com/novaway/elasticsearch-bundle","last_synced_at":"2026-01-18T00:36:31.594Z","repository":{"id":34244147,"uuid":"173312401","full_name":"novaway/elasticsearch-bundle","owner":"novaway","description":"A bundle to integrate the novaway/elasticsearch-client in your Symfony Applications","archived":false,"fork":false,"pushed_at":"2024-08-28T08:46:08.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-28T19:48:40.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/novaway.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-01T14:08:07.000Z","updated_at":"2024-08-28T08:46:12.000Z","dependencies_parsed_at":"2024-08-28T10:09:08.950Z","dependency_job_id":null,"html_url":"https://github.com/novaway/elasticsearch-bundle","commit_stats":{"total_commits":56,"total_committers":7,"mean_commits":8.0,"dds":0.1428571428571429,"last_synced_commit":"3f764734d56d46937ad202e2d403166f0614eb03"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaway%2Felasticsearch-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaway%2Felasticsearch-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaway%2Felasticsearch-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novaway%2Felasticsearch-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novaway","download_url":"https://codeload.github.com/novaway/elasticsearch-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225324070,"owners_count":17456460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T09:17:56.136Z","updated_at":"2025-10-24T13:40:10.690Z","avatar_url":"https://github.com/novaway.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# novaway/elasticsearch-bundle\n\nA bundle to add debug information to elasticsearch/elasticsearch and ruflin/elastica in your Symfony Applications\n\n## Usage \n\nThe bundle provides a Elastica\\Client override, throwing events during search, and displaying it in the symfony toolbar.\n\n## Installation\n```\ncomposer require novaway/elasticsearch-bundle\n```\n\n## Service configuration\n\nYou probably want to register the Novaway\\ElasticsearchBundle\\Elastica\\Client as a service, and set Elastica\\Client as its alias \n```yml\n# config/services.yaml\nservices:\n...\n    Novaway\\ElasticsearchBundle\\Elastica\\Client:\n        arguments:\n            $config:\n                url: '%elasticsearch_host%'\n\n    Elastica\\Client: '@Novaway\\ElasticsearchBundle\\Elastica\\Client'\n```\nAnd voila, when you use this client for search, the queries and requests will be collected, and added to the SymfonyToolbar\n\n\n## Configuration\n\n\n```yml\n# config/package/novaway_elasticsearch.yaml\nnovaway_elasticsearch:\n    logging:\n        enabled: false # if true, log every search request with a LoggerInterface service\n        logger: 'logger' #the logger service id\n```\n\n\n## License\n\nThis bundle is under the MIT license. See the complete license [in the bundle](https://github.com/novaway/elasticsearch-bundle/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovaway%2Felasticsearch-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovaway%2Felasticsearch-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovaway%2Felasticsearch-bundle/lists"}