{"id":14966395,"url":"https://github.com/yiisoft/db-sphinx","last_synced_at":"2025-10-19T09:31:21.508Z","repository":{"id":52223090,"uuid":"143317417","full_name":"yiisoft/db-sphinx","owner":"yiisoft","description":"Yii Framework Sphinx full text search engine extension","archived":false,"fork":false,"pushed_at":"2023-02-19T10:06:24.000Z","size":10323,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-04-14T01:50:51.704Z","etag":null,"topics":["fulltext-search","hacktoberfest","optionalforframeworkannounce","sphinx","yii3"],"latest_commit_sha":null,"homepage":"https://www.yiiframework.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yiisoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"open_collective":"yiisoft"}},"created_at":"2018-08-02T16:05:54.000Z","updated_at":"2023-12-01T22:24:47.000Z","dependencies_parsed_at":"2022-09-11T09:52:08.137Z","dependency_job_id":null,"html_url":"https://github.com/yiisoft/db-sphinx","commit_stats":{"total_commits":4057,"total_committers":140,"mean_commits":"28.978571428571428","dds":0.6305151589844713,"last_synced_commit":"7b75d39369072d2132f33b38860ee995cccc0130"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiisoft%2Fdb-sphinx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiisoft%2Fdb-sphinx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiisoft%2Fdb-sphinx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiisoft%2Fdb-sphinx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yiisoft","download_url":"https://codeload.github.com/yiisoft/db-sphinx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219864849,"owners_count":16554100,"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":["fulltext-search","hacktoberfest","optionalforframeworkannounce","sphinx","yii3"],"created_at":"2024-09-24T13:36:19.351Z","updated_at":"2025-10-19T09:31:16.174Z","avatar_url":"https://github.com/yiisoft.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://sphinxsearch.com\" target=\"_blank\" rel=\"external\"\u003e\n        \u003cimg src=\"https://sphinxsearch.com/images/logo.png\" height=\"55px\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eYii Framework Sphinx full text search engine extension\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\nThis extension adds [Sphinx](https://sphinxsearch.com/docs) full text search engine extension for the [Yii framework](https://www.yiiframework.com).\nIt supports all Sphinx features including [Real-time Indexes](https://sphinxsearch.com/docs/current.html#rt-indexes).\n\nFor license information check the [LICENSE](LICENSE.md)-file.\n\nDocumentation is at [docs/guide/README.md](docs/guide/README.md).\n\n[![Latest Stable Version](https://poser.pugx.org/yiisoft/db-sphinx/v/stable.png)](https://packagist.org/packages/yiisoft/db-sphinx)\n[![Total Downloads](https://poser.pugx.org/yiisoft/db-sphinx/downloads.png)](https://packagist.org/packages/yiisoft/db-sphinx)\n[![Build Status](https://travis-ci.org/yiisoft/db-sphinx.svg?branch=master)](https://travis-ci.org/yiisoft/db-sphinx)\n\nRequirements\n------------\n\nAt least Sphinx version 2.0 is required. However, in order to use all extension features, Sphinx version 2.2.3 or\nhigher is required.\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](https://getcomposer.org/download/).\n\n```shell\ncomposer require --prefer-dist yiisoft/db-sphinx\n```\n\nConfiguration\n-------------\n\nThis extension interacts with Sphinx search daemon using MySQL protocol and [SphinxQL](https://sphinxsearch.com/docs/current.html#sphinxql) query language.\nIn order to setup Sphinx \"searchd\" to support MySQL protocol following configuration should be added:\n\n```\nsearchd\n{\n    listen = localhost:9306:mysql41\n    ...\n}\n```\n\nTo use this extension, simply add the following code in your application configuration:\n\n```php\nreturn [\n    //....\n    'components' =\u003e [\n        'sphinx' =\u003e [\n            'class' =\u003e Yiisoft\\Db\\Sphinx\\Connection::class,\n            'dsn' =\u003e 'mysql:host=127.0.0.1;port=9306;',\n            'username' =\u003e '',\n            'password' =\u003e '',\n        ],\n    ],\n];\n```\n","funding_links":["https://opencollective.com/yiisoft"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiisoft%2Fdb-sphinx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyiisoft%2Fdb-sphinx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiisoft%2Fdb-sphinx/lists"}