{"id":20349157,"url":"https://github.com/mage2pro/omise","last_synced_at":"2026-02-19T15:04:15.961Z","repository":{"id":62521943,"uuid":"80274356","full_name":"mage2pro/omise","owner":"mage2pro","description":"Omise integration with Magento 2","archived":false,"fork":false,"pushed_at":"2024-05-22T02:19:40.000Z","size":252,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T13:44:29.380Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento","magento-extension","magento2","magento2-extension","magento2-module","magento2-payment-gateway","omise","thailand"],"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-28T08:33:34.000Z","updated_at":"2024-05-22T02:19:29.000Z","dependencies_parsed_at":"2024-05-22T02:43:17.894Z","dependency_job_id":"e0aab75e-901a-41d7-a96b-36dd4b8901f2","html_url":"https://github.com/mage2pro/omise","commit_stats":null,"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"purl":"pkg:github/mage2pro/omise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fomise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fomise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fomise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fomise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/omise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fomise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29619209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","magento","magento-extension","magento2","magento2-extension","magento2-module","magento2-payment-gateway","omise","thailand"],"created_at":"2024-11-14T22:24:22.968Z","updated_at":"2026-02-19T15:04:15.941Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"The module provides a 2-way integration between Magento 2 and the **[Omise](https://www.omise.co/)** payment service.  \nOmise works with Thailand, Japan, Indonesia, and Singapore based stores.  \nThe module is **free** and **open source**.\n\n## Demo videos\n\n1. [**Capture** a card payment](https://mage2.pro/t/2483).\n2. [**Capture** a card payment with the **3D Secure** verification](https://mage2.pro/t/2482).\n3. [**Authorize** a card payment, and **capture** it from the **Magento** side](https://mage2.pro/t/2481).\n4. [**Authorize** a card payment, and **capture** it from the **Omise** side](https://mage2.pro/t/2485).\n5. [**Authorize** a card payment, and **reverse** (**void**) it from the **Magento** side](https://mage2.pro/t/2486).\n6. [**Capture** a card payment, and **refund** it from the **Magento** side](https://mage2.pro/t/2489).\n7. [**Capture** a card payment, and **refund** it from the **Omise** side](https://mage2.pro/t/2491).\n8. [**Partial** and **multiple refunds** from the **Magento** side](https://mage2.pro/t/2503).\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/omise:*\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 th_TH en_US \u003cadditional locales, e.g.: ja_JP\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/omise\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/omise:*\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 th_TH en_US \u003cadditional locales, e.g.: ja_JP\u003e\nbin/magento maintenance:disable\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fomise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fomise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fomise/lists"}