{"id":20349155,"url":"https://github.com/mage2pro/yandex-kassa","last_synced_at":"2025-04-12T01:22:54.150Z","repository":{"id":62521846,"uuid":"88183868","full_name":"mage2pro/yandex-kassa","owner":"mage2pro","description":"Yandex.Kassa (Яндекс.Касса, Yandex.Checkout) integration with Magento 2","archived":false,"fork":false,"pushed_at":"2024-04-07T22:31:31.000Z","size":301,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T21:07:40.125Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento-extension","magento2","magento2-extension","magento2-module","magento2-payment-gateway","russia","yandex","yandex-api","yandex-checkout","yandex-kassa","yandex-money"],"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":"2017-04-13T16:15:23.000Z","updated_at":"2024-03-30T22:29:11.000Z","dependencies_parsed_at":"2024-11-15T01:00:24.627Z","dependency_job_id":null,"html_url":"https://github.com/mage2pro/yandex-kassa","commit_stats":null,"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-kassa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-kassa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-kassa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fyandex-kassa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/yandex-kassa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248502158,"owners_count":21114753,"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":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento-extension","magento2","magento2-extension","magento2-module","magento2-payment-gateway","russia","yandex","yandex-api","yandex-checkout","yandex-kassa","yandex-money"],"created_at":"2024-11-14T22:24:22.896Z","updated_at":"2025-04-12T01:22:54.124Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"The module integrates a Magento 2 based webstore with the **[Yandex.Kassa](https://checkout.yandex.com)** (as known as Yandex.Checkout, Яндекс.Касса) payment service (Russia).  \nYandex.Kassa is used by **[30% of Russian webstores](https://mage2.pro/t/topic/3716)** (2017).  \nYandex.Kassa also works in Armenia, Azerbaijan, Belarus, Georgia, Kazakhstan, Kyrgyzstan, Latvia, Moldova, Tajikistan.  \nThe module is **free** and **open source**.\n\n## [Screenshots](https://mage2.pro/tags/yandex-kassa-screenshot)\n- The frontend checkout screen:\n    - [in the «**images**» mode](https://mage2.pro/t/topic/4562)\n    - [in the «**text**» mode](https://mage2.pro/t/topic/4559)\n- [The backend settings](https://mage2.pro/t/topic/4498)\n- The user interfaces for a payment:\n  - [bank card](https://mage2.pro/t/topic/4597)\n- A payment confirmation to a customer:\n  - [in the Yandex.Kassa interface](https://mage2.pro/t/topic/4619)\n  - [by email](https://mage2.pro/t/topic/4622)\n\n## How to install\n[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will: \n- install and configure the module properly on your website\n- answer your questions\n- solve compatiblity problems with third-party checkout, shipping, marketing modules\n- implement new features you need \n\n### 2. Self-installation\n```\nbin/magento maintenance:enable\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/yandex-kassa:*\nbin/magento setup:upgrade\nbin/magento cache:enable\nrm -rf var/di var/generation generated/code\nbin/magento setup:di:compile\nrm -rf pub/static/*\nbin/magento setup:static-content:deploy -f ru_RU en_US \u003cadditional locales, e.g.: kk_KZ\u003e\nbin/magento maintenance:disable\n```\n\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/yandex-kassa\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/yandex-kassa:*\nbin/magento setup:upgrade\nbin/magento cache:enable\nrm -rf var/di var/generation generated/code\nbin/magento setup:di:compile\nrm -rf pub/static/*\nbin/magento setup:static-content:deploy -f ru_RU en_US \u003cadditional locales, e.g.: kk_KZ\u003e\nbin/magento maintenance:disable\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fyandex-kassa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fyandex-kassa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fyandex-kassa/lists"}