{"id":21108177,"url":"https://github.com/shoxabbos/oc-payeer-plugin","last_synced_at":"2026-05-19T10:39:04.766Z","repository":{"id":243269052,"uuid":"157682983","full_name":"shoxabbos/oc-payeer-plugin","owner":"shoxabbos","description":"Integration with Payeer payment system","archived":false,"fork":false,"pushed_at":"2019-01-24T16:30:09.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T15:47:20.771Z","etag":null,"topics":["itmakeruz","octobercms","payeer","payments","plugin","transactions"],"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-11-15T09:09:20.000Z","updated_at":"2024-04-02T14:36:15.000Z","dependencies_parsed_at":"2024-06-07T18:24:48.960Z","dependency_job_id":"c08ff94a-8b76-4d51-8a59-0fca31e9d0b7","html_url":"https://github.com/shoxabbos/oc-payeer-plugin","commit_stats":null,"previous_names":["shoxabbos/oc-payeer-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shoxabbos/oc-payeer-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foc-payeer-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foc-payeer-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foc-payeer-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foc-payeer-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoxabbos","download_url":"https://codeload.github.com/shoxabbos/oc-payeer-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoxabbos%2Foc-payeer-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265205779,"owners_count":23727513,"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","octobercms","payeer","payments","plugin","transactions"],"created_at":"2024-11-20T00:45:28.340Z","updated_at":"2026-05-19T10:39:04.692Z","avatar_url":"https://github.com/shoxabbos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"You can find documentation in here https://payeer.com/ru/\n\n### You can like this listen Plugin events and expand functionality \n```\n\u003c?php\nuse RainLab\\User\\Models\\User as UserModel;\nuse Shohabbos\\Payeer\\Models\\Transaction;\nuse Shohabbos\\Portal\\Models\\Payment;\n\nEvent::listen('shohabbos.payeer.existsAccount', function ($id, \u0026$result) {\n\t// find order or account\n\t$result = UserModel::find($id);\n});\n\n\nEvent::listen('shohabbos.payeer.checkAmount', function ($amount, $currency, \u0026$result) {\n\t// check amount\n});\n\nEvent::listen('shohabbos.payeer.saveTransaction', function ($postData) {\n\t// save transaction\n    \t$transaction = new Transaction();\n\t$transaction-\u003em_operation_id = $_POST['m_operation_id'];\n\t$transaction-\u003em_operation_ps = $_POST['m_operation_ps'];\n\t$transaction-\u003em_operation_date = $_POST['m_operation_date'];\n\t$transaction-\u003em_operation_pay_date = $_POST['m_operation_pay_date'];\n\t$transaction-\u003em_shop = $_POST['m_shop'];\n\t$transaction-\u003em_orderid = $_POST['m_orderid'];\n\t$transaction-\u003em_amount = $_POST['m_amount'];\n\t$transaction-\u003em_curr = $_POST['m_curr'];\n\t$transaction-\u003em_desc = $_POST['m_desc'];\n\t$transaction-\u003em_status = $_POST['m_status'];\n\t$transaction-\u003esave();\n});\n\nEvent::listen('shohabbos.payeer.successPayment', function ($id, $amount, $currency) {\n    \t// add balance or check order as paid\n\t$user = UserModel::find($id);\n\t$user-\u003ebalance += $amount;\n\t$user-\u003esave();\n\n\t// add to history payments\n\t$payment = new Payment();\n\t$payment-\u003euser_id = $id;\n\t$payment-\u003eis_buy = true;\n\t$payment-\u003eamount = $amount;\n\t$payment-\u003epayment_system = 'payeer';\n\t$payment-\u003edate = date('Y-m-d H:i:s');\n\t$payment-\u003esave();\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoxabbos%2Foc-payeer-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoxabbos%2Foc-payeer-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoxabbos%2Foc-payeer-plugin/lists"}