{"id":17999641,"url":"https://github.com/skoro/stardict","last_synced_at":"2025-03-26T06:31:43.370Z","repository":{"id":57052648,"uuid":"49951577","full_name":"skoro/stardict","owner":"skoro","description":"PHP interface to StarDict dictionaries","archived":false,"fork":false,"pushed_at":"2024-06-16T15:09:38.000Z","size":202,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T09:35:21.417Z","etag":null,"topics":["php-interface","stardict"],"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/skoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2016-01-19T12:35:01.000Z","updated_at":"2025-01-13T18:18:05.000Z","dependencies_parsed_at":"2024-10-29T22:44:20.884Z","dependency_job_id":null,"html_url":"https://github.com/skoro/stardict","commit_stats":{"total_commits":87,"total_committers":2,"mean_commits":43.5,"dds":"0.011494252873563204","last_synced_commit":"053f65f84a6fc19e4ac775fa3375c97706f4128d"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoro%2Fstardict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoro%2Fstardict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoro%2Fstardict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skoro%2Fstardict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skoro","download_url":"https://codeload.github.com/skoro/stardict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245603840,"owners_count":20642893,"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-interface","stardict"],"created_at":"2024-10-29T22:14:01.212Z","updated_at":"2025-03-26T06:31:42.415Z","avatar_url":"https://github.com/skoro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StarDict\nProvides PHP interface to StarDict dictionaries.\n\nInstall via composer:\n```\ncomposer require skoro/stardict\n```\n\n## Usage\n\n```php\nuse StarDict\\StarDict;\n\nrequire dirname(__FILE__) . '/vendor/autoload.php';\n\n$dict = StarDict::createFromFiles('dict.ifo', 'dict.idx', 'dict.dict.dz');\n\necho $dict-\u003egetDict()-\u003egetBookname(); // show dict name.\n\nforeach ($dict-\u003eget('word') as $result) {\n    echo $result-\u003egetValue();\n}\n```\n\n## Caveats\n\n- Only 2.4.2 StarDict version is supported.\n- Option `sametypesequence` is required and cannot be empty.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskoro%2Fstardict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskoro%2Fstardict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskoro%2Fstardict/lists"}