{"id":20349215,"url":"https://github.com/mage2pro/yandex-checkout","last_synced_at":"2026-05-11T09:54:05.210Z","repository":{"id":183573842,"uuid":"218240342","full_name":"mage2pro/yandex-checkout","owner":"mage2pro","description":"Yandex.Checkout module for Magento 1","archived":false,"fork":false,"pushed_at":"2019-11-14T08:05:47.000Z","size":584,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T16:24:07.987Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment-m1","magento","magento1","magento1-extension","payment-integration","payment-module","payment-processing","russia","yandex","yandex-api","yandex-kassa"],"latest_commit_sha":null,"homepage":"https://upwork.com/fl/mage2pro","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/mage2pro.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":"2019-10-29T08:38:06.000Z","updated_at":"2024-04-05T10:23:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a425ccf9-217f-459e-a3f6-5cabb9ad4594","html_url":"https://github.com/mage2pro/yandex-checkout","commit_stats":null,"previous_names":["mage2pro/yandex-checkout"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mage2pro/yandex-checkout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-checkout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-checkout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-checkout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-checkout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/yandex-checkout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-checkout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32889971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment-m1","magento","magento1","magento1-extension","payment-integration","payment-module","payment-processing","russia","yandex","yandex-api","yandex-kassa"],"created_at":"2024-11-14T22:24:38.918Z","updated_at":"2026-05-11T09:54:05.191Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"The module integrates Magento 1 with the **[Yandex.Checkout](https://checkout.yandex.com)** payment service.\n\n## How to install\n### Step 1\nRemove the current `composer.json` file as it is just a garbage:\n```\nrm -f composer.json\n```\n\n### Step 2\n```\ncomposer require monolog/monolog:*\ncomposer require yandex-money/yandex-checkout-sdk-php:* \ncomposer require zendframework/zend-filter:*\n```\n\n### Step 3\n```\nsed -i 's/^\"Your order # is: %s.\",\"номер вашего заказа: \"$/\"Your order # is: %s.\",\"Номер Вашего заказа: %s.\"/' app/design/frontend/iframe/iframe_responsive/locale/ru_RU/translate.csv\n```\n\n### Step 4\nIt adds the [PHP namespaces](https://www.php.net/manual/en/language.namespaces.php) support to Magento 1:\n```\nsed -i $'s|$classFile = str_replace(\\' \\', DIRECTORY_SEPARATOR, ucwords(str_replace(\\'_\\', \\' \\', $class)));|$classFile = str_replace(\\'\\\\\\\\\\\\\\\\\\', \\'\\/\\', str_replace(\\' \\', DIRECTORY_SEPARATOR, ucwords(str_replace(\\'_\\', \\' \\', $class))));|g' app/code/local/Varien/Autoload.php\n\nsed -i $'s|$classFile = uc_words($class, DIRECTORY_SEPARATOR).\\'.php\\';|$classFile = str_replace(\\'\\\\\\\\\\\\\\\\\\', \\'\\/\\', uc_words($class, DIRECTORY_SEPARATOR).\\'.php\\');|g' app/code/core/Mage/Core/functions.php\n```\n\n### Step 5\n```\nrm -f app/etc/modules/LesMills_YandexCheckout.xml ;\nrm -rf app/code/community/Df ;\nrm -rf app/code/local/LesMills/YandexCheckout ;\nrm -rf app/design/frontend/base/default/template/df ;\nrm -rf app/design/frontend/base/default/template/yandex_checkout ;\nrm -rf skin/frontend/base/default/df ;\nrm -rf skin/frontend/base/default/yandex_checkout ;\nORG=lesmills-com ;\nREPO=yandex-checkout ;\nFILE=$REPO.tar.gz ;\nVERSION=$(curl -s https://api.github.com/repos/$ORG/$REPO/releases | grep tag_name | head -n 1 | cut -d '\"' -f 4) ;\ncurl -L -o $FILE https://github.com/$ORG/$REPO/archive/$VERSION.tar.gz ;\ntar xzvf $FILE ;\nrm -f $FILE ;\ncp -r $REPO-$VERSION/* . ;\nrm -rf $REPO-$VERSION \nrm -rf var/cache var/full_page_cache\n```\n\n## How to upgrade\nExecute the Step 5 from the installation part.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fyandex-checkout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fyandex-checkout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fyandex-checkout/lists"}