{"id":15583690,"url":"https://github.com/sokil/php-sphinxsearch","last_synced_at":"2025-03-29T08:43:52.495Z","repository":{"id":14043367,"uuid":"16745961","full_name":"sokil/php-sphinxsearch","owner":"sokil","description":"PHP wrapper to sphinx search pecl extension","archived":false,"fork":false,"pushed_at":"2017-07-04T11:32:14.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T23:07:35.668Z","etag":null,"topics":["php","sphinx","sphinx-search"],"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/sokil.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}},"created_at":"2014-02-11T21:21:17.000Z","updated_at":"2017-07-04T11:29:57.000Z","dependencies_parsed_at":"2022-09-23T18:20:58.872Z","dependency_job_id":null,"html_url":"https://github.com/sokil/php-sphinxsearch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokil%2Fphp-sphinxsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokil%2Fphp-sphinxsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokil%2Fphp-sphinxsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokil%2Fphp-sphinxsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sokil","download_url":"https://codeload.github.com/sokil/php-sphinxsearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162110,"owners_count":20733354,"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":["php","sphinx","sphinx-search"],"created_at":"2024-10-02T20:20:29.869Z","updated_at":"2025-03-29T08:43:52.470Z","avatar_url":"https://github.com/sokil.png","language":"PHP","readme":"php-sphinxsearch\n===============\n\nPHP wrapper to sphinx search pecl extension. Working with search results as objects.\n\nInstallation\n------------\n\nYou need to have sphinx pecl extension installed. For Ubuntu or Debian based distributives:\n```\n$ sudo apt-get install php5-dev php-pear libsphinxclient-dev\n$ sudo pecl install sphinx\n```\n\nAdd requirement to your composer:\n```javascript\n{\n    \"require\": {\n        \"sokil/php-sphinxsearch\": \"dev-master\"\n    }\n}\n```\n\n\nBasic Usage\n-----------\n\n```php\n$qf = new QueryFactory('127.0.0.1', '23023');\n        \n$resultSet = $qf-\u003efind()\n    -\u003ein('idx_posts')\n    -\u003ematch('If you can')\n    -\u003efetch();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokil%2Fphp-sphinxsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsokil%2Fphp-sphinxsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokil%2Fphp-sphinxsearch/lists"}