{"id":18550302,"url":"https://github.com/xp-forge/meilisearch","last_synced_at":"2025-06-20T06:34:05.868Z","repository":{"id":149783452,"uuid":"375139624","full_name":"xp-forge/meilisearch","owner":"xp-forge","description":"MeiliSearch client","archived":false,"fork":false,"pushed_at":"2024-03-24T12:30:22.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T10:08:55.665Z","etag":null,"topics":["meilisearch","php7","php8","xp-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xp-forge.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-06-08T20:40:34.000Z","updated_at":"2022-02-26T11:02:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4166ea0-21de-4200-9229-394c186ff7a4","html_url":"https://github.com/xp-forge/meilisearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xp-forge/meilisearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xp-forge%2Fmeilisearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xp-forge%2Fmeilisearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xp-forge%2Fmeilisearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xp-forge%2Fmeilisearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xp-forge","download_url":"https://codeload.github.com/xp-forge/meilisearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xp-forge%2Fmeilisearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260896055,"owners_count":23078937,"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":["meilisearch","php7","php8","xp-framework"],"created_at":"2024-11-06T21:04:10.206Z","updated_at":"2025-06-20T06:34:00.853Z","avatar_url":"https://github.com/xp-forge.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"MeiliSearch\n===========\n\n[![Build status on GitHub](https://github.com/xp-forge/meilisearch/workflows/Tests/badge.svg)](https://github.com/xp-forge/meilisearch/actions)\n[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)\n[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)\n[![Requires PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.svg)](http://php.net/)\n[![Supports PHP 8.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg)](http://php.net/)\n[![Latest Stable Version](https://poser.pugx.org/xp-forge/meilisearch/version.png)](https://packagist.org/packages/xp-forge/meilisearch)\n\nClient library for [MeiliSearch](https://www.meilisearch.com/).\n\nExample\n-------\n```php\nuse com\\meilisearch\\MeiliSearch;\nuse util\\cmd\\Console;\n\n$search= new MeiliSearch('http://localhost:7700');\n\n// Search the \"content\" index for the given term\n$result= $search-\u003elocate('content')-\u003esearch($term);\n\n// Output results\nConsole::writeLine('%d hits for \"%s\" in %.3f seconds', $result-\u003ehits(), $term, $result-\u003eelapsedTime());\nforeach ($result as $document) {\n  Console::writeLine('- ', $document);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxp-forge%2Fmeilisearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxp-forge%2Fmeilisearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxp-forge%2Fmeilisearch/lists"}