{"id":16672920,"url":"https://github.com/sokolnikov911/yandex-xml","last_synced_at":"2025-10-13T14:20:56.131Z","repository":{"id":57055140,"uuid":"307375029","full_name":"sokolnikov911/yandex-xml","owner":"sokolnikov911","description":"PHP client for Yandex XML API (https://yandex.ru/dev/xml/)","archived":false,"fork":false,"pushed_at":"2022-04-29T14:55:18.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T14:54:52.720Z","etag":null,"topics":["api","search","xml","yandex"],"latest_commit_sha":null,"homepage":"","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/sokolnikov911.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":"2020-10-26T13:05:36.000Z","updated_at":"2022-04-29T14:46:47.000Z","dependencies_parsed_at":"2022-08-24T14:00:20.954Z","dependency_job_id":null,"html_url":"https://github.com/sokolnikov911/yandex-xml","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sokolnikov911/yandex-xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolnikov911%2Fyandex-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolnikov911%2Fyandex-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolnikov911%2Fyandex-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolnikov911%2Fyandex-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sokolnikov911","download_url":"https://codeload.github.com/sokolnikov911/yandex-xml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokolnikov911%2Fyandex-xml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015720,"owners_count":26085748,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","search","xml","yandex"],"created_at":"2024-10-12T12:23:34.809Z","updated_at":"2025-10-13T14:20:56.102Z","avatar_url":"https://github.com/sokolnikov911.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"PHP Yandex.XML search API client\n=====================================\n\n|  |  |\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n|  | [![Latest Stable Version](https://poser.pugx.org/sokolnikov911/yandex-xml/v/stable)](https://packagist.org/packages/sokolnikov911/yandex-xml) [![Total Downloads](https://poser.pugx.org/sokolnikov911/yandex-xml/downloads)](https://packagist.org/packages/sokolnikov911/yandex-xml) [![Latest Unstable Version](https://poser.pugx.org/sokolnikov911/yandex-xml/v/unstable)](https://packagist.org/packages/sokolnikov911/yandex-xml) [![composer.lock](https://poser.pugx.org/sokolnikov911/yandex-xml/composerlock)](https://packagist.org/packages/sokolnikov911/yandex-xml) [![PHPPackages Rank](http://phppackages.org/p/sokolnikov911/yandex-xml/badge/rank.svg)](http://phppackages.org/p/sokolnikov911/yandex-xml) [![PHPPackages Referenced By](http://phppackages.org/p/sokolnikov911/yandex-xml/badge/referenced-by.svg)](http://phppackages.org/p/sokolnikov911/yandex-xml) |\n| Travis CI | [![Build Status](https://travis-ci.org/sokolnikov911/yandex-xml.svg?branch=master)](https://travis-ci.org/sokolnikov911/yandex-xml) |\n| Scrutinizer CI | [![Build Status](https://scrutinizer-ci.com/g/sokolnikov911/yandex-xml/badges/build.png?b=master)](https://scrutinizer-ci.com/g/sokolnikov911/yandex-xml/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sokolnikov911/yandex-xml/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sokolnikov911/yandex-xml/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/sokolnikov911/yandex-xml/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/sokolnikov911/yandex-xml/?branch=master) |\n\n\nRussian version of README you can find here: [README_RU.md](https://github.com/sokolnikov911/yandex-xml/blob/master/README_RU.md).\n\nPHP Yandex.XML search API client\n\n\n## Examples\n\n```php\n$yandexXmlUser = 'xmluser';\n$yandexXmlKey = '12.12344:123443543534';\n\n$client = new Client($yandexXmlUser, $yandexXmlKey);\n\n$result = $client\n    -\u003equery('search query')\n    -\u003epage(2)\n    -\u003el10n(Client::L10N_UKRAINIAN)\n    -\u003eget();\n```\n\n## Installing\n\nInstall composer. Follow instructions on download page: https://getcomposer.org/download/\n\nNext, run the Composer command to install the latest stable version of **yandex-xml**\n\n```bash\nphp composer.phar require sokolnikov911/yandex-xml\n```\n\nAfter installing, you need to require Composer's autoloader:\n\n```php\nrequire 'vendor/autoload.php';\n```\n\nYou can then later update **yandex-xml** using composer:\n\n ```bash\ncomposer.phar update\n ```\n \n \n## Requirements\n\nThis client requires at least PHP7.3 (yeahh, type hinting!) and [Guzzle](https://github.com/guzzle/guzzle) 7.\n\n\n## License\n\nThis library has licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokolnikov911%2Fyandex-xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsokolnikov911%2Fyandex-xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokolnikov911%2Fyandex-xml/lists"}