{"id":20349187,"url":"https://github.com/mage2pro/allpay","last_synced_at":"2025-04-12T01:23:19.990Z","repository":{"id":62521797,"uuid":"80269947","full_name":"mage2pro/allpay","owner":"mage2pro","description":"歐付寶 O'Pay (allPay) integration with Magento 2","archived":false,"fork":false,"pushed_at":"2024-06-05T22:52:41.000Z","size":456,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T11:38:01.082Z","etag":null,"topics":["allpay","mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento2","magento2-extension","magento2-module","magento2-payment-gateway","opay","taiwan"],"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-01-28T06:15:57.000Z","updated_at":"2024-10-14T12:29:43.000Z","dependencies_parsed_at":"2024-06-05T23:55:50.605Z","dependency_job_id":null,"html_url":"https://github.com/mage2pro/allpay","commit_stats":null,"previous_names":[],"tags_count":209,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fallpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fallpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fallpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fallpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/allpay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248502249,"owners_count":21114772,"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":["allpay","mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento2","magento2-extension","magento2-module","magento2-payment-gateway","opay","taiwan"],"created_at":"2024-11-14T22:24:31.975Z","updated_at":"2025-04-12T01:23:19.960Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This module integrates a Magento 2 based webstore with the **[歐付寶 O'Pay (allPay)](https://www.opay.tw)** Taiwanese payment service.  \nThe module is **free** and **open source**.\n\n## Demo videos\n\n1. [Capture a **bank card** payment](https://www.youtube.com/watch?v=tmy-YbPGrio).\n2. [Capture an **ATM** payment](https://www.youtube.com/watch?v=1S-j8UbXZtA).\n3. [Capture a **Barcode** payment](https://www.youtube.com/watch?v=ujA-BOQV6GM).\n4. [A payment by **installments**](https://www.youtube.com/watch?v=rAkXZlP8Xok).\n5. [Payment **options** on the Magento checkout screen](https://www.youtube.com/watch?v=V0vYTeRALyo).\n6. [**Mobile** mode](https://www.youtube.com/watch?v=vZGABg-31xo).\n7. [**Fast** mode: skip the billing address form filling](https://www.youtube.com/watch?v=a-gTR5JNlwk).\n\n## Screenshots\n### Frontend checkout screen\n![](https://mage2.pro/uploads/default/original/2X/d/d5a9df1dccbd3b39848379b0aa7e5465c4a21adf.png)\n\n### Frontend checkout screen in the fast mode\n![](https://mage2.pro/uploads/default/original/2X/8/8c51244f8c9d30eb1afdea2cb8efcb45a91e0d39.png)\n\n### Backend orders list\n![](https://mage2.pro/uploads/default/original/2X/d/da7d7adc8ff2ba83924a51fe6d9d5c73db949833.png)\n\n### Backend settings\n![](https://mage2.pro/uploads/default/original/2X/c/c4d1d3bfe10360ca3d21dc978338a50be8138dc3.png)\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/allpay:*\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 en_US zh_Hant_TW \u003cadditional locales, e.g.: zh_Hans_CN\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/allpay\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/allpay:*\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 en_US zh_Hant_TW \u003cadditional locales, e.g.: zh_Hans_CN\u003e\nbin/magento maintenance:disable\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fallpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fallpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fallpay/lists"}