{"id":21108152,"url":"https://github.com/shoxabbos/octobercms-payme-plugin","last_synced_at":"2026-04-27T17:02:54.983Z","repository":{"id":243269071,"uuid":"150391236","full_name":"shoxabbos/octobercms-payme-plugin","owner":"shoxabbos","description":"Plugin for october cms.","archived":false,"fork":false,"pushed_at":"2019-04-18T18:53:08.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T03:43:57.151Z","etag":null,"topics":["itmakeruz","october-cms","october-plugin","payme"],"latest_commit_sha":null,"homepage":"https://itmaker.uz","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/shoxabbos.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":"2018-09-26T08:08:36.000Z","updated_at":"2023-08-20T05:35:23.000Z","dependencies_parsed_at":"2024-06-07T18:24:52.464Z","dependency_job_id":"c4f8d8d4-59ff-4b7a-a1fd-08901c1711c5","html_url":"https://github.com/shoxabbos/octobercms-payme-plugin","commit_stats":null,"previous_names":["shoxabbos/octobercms-payme-plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foctobercms-payme-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foctobercms-payme-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foctobercms-payme-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foctobercms-payme-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoxabbos","download_url":"https://codeload.github.com/shoxabbos/octobercms-payme-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243552697,"owners_count":20309596,"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":["itmakeruz","october-cms","october-plugin","payme"],"created_at":"2024-11-20T00:45:19.491Z","updated_at":"2025-12-28T18:05:16.204Z","avatar_url":"https://github.com/shoxabbos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"You can find documentation in here https://help.paycom.uz/ru\n\n### You can like this listen Plugin events and expand functionality \n```\n\u003c?php\nuse Shohabbos\\BookShop\\Models\\Order;\n\nEvent::listen('shohabbos.payme.existsAccount', function ($accounts, \u0026$result, \u0026$message) {\n    // find order or account\n\t$result = Order::find($accounts['order_id']);\n});\n\n// $result param by default is true\nEvent::listen('shohabbos.payme.checkAmount', function ($accounts, $amount, \u0026$result, \u0026$message) {\n    // check amount\n    $order = Order::find($accounts['order_id']);\n    \n    if ($order-\u003eamount != $amount) {\n\t$result = false;\t\n    }\n});\n\nEvent::listen('shohabbos.payme.performTransaction', function ($transaction, \u0026$result, \u0026$message) {\n    // check order as paid or fill user balance\n\t$order = Order::find($transaction-\u003eowner_id);\n\t$order-\u003eis_paid = 1;\n\t$result = $order-\u003esave();\n});\n\nEvent::listen('shohabbos.payme.cancelTransaction', function ($transaction, \u0026$result, \u0026$message) {\n    // check order as cancelled or take away from user balance\n\t$order = Order::find($transaction-\u003eowner_id);\n\t$order-\u003eis_paid = 0;\n\t$result = $order-\u003esave();\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoxabbos%2Foctobercms-payme-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoxabbos%2Foctobercms-payme-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoxabbos%2Foctobercms-payme-plugin/lists"}