{"id":15578448,"url":"https://github.com/renat-magadiev/comgate-client","last_synced_at":"2025-08-22T05:31:47.004Z","repository":{"id":62534707,"uuid":"112860818","full_name":"renat-magadiev/comgate-client","owner":"renat-magadiev","description":"Comgate client wrapper","archived":false,"fork":false,"pushed_at":"2024-07-31T08:25:30.000Z","size":35,"stargazers_count":5,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-05T21:40:03.219Z","etag":null,"topics":["client","comgate","payment","php","php7","platebni"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renat-magadiev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-02T17:09:58.000Z","updated_at":"2024-07-31T08:24:34.000Z","dependencies_parsed_at":"2024-11-16T09:05:10.959Z","dependency_job_id":"644dc6aa-902a-4258-807e-7757f275e2f3","html_url":"https://github.com/renat-magadiev/comgate-client","commit_stats":{"total_commits":28,"total_committers":4,"mean_commits":7.0,"dds":0.3928571428571429,"last_synced_commit":"01c1f399c1cf4c1af4d6f8e650e200fd1a1a150f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/renat-magadiev/comgate-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renat-magadiev%2Fcomgate-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renat-magadiev%2Fcomgate-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renat-magadiev%2Fcomgate-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renat-magadiev%2Fcomgate-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renat-magadiev","download_url":"https://codeload.github.com/renat-magadiev/comgate-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renat-magadiev%2Fcomgate-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271590161,"owners_count":24786156,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["client","comgate","payment","php","php7","platebni"],"created_at":"2024-10-02T19:10:32.421Z","updated_at":"2025-08-22T05:31:46.692Z","avatar_url":"https://github.com/renat-magadiev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/renat-magadiev/comgate-client.svg?branch=master)](https://travis-ci.org/renat-magadiev/comgate-client) [![Coverage Status](https://coveralls.io/repos/github/renat-magadiev/comgate-client/badge.svg?branch=master)](https://coveralls.io/github/renat-magadiev/comgate-client?branch=master)\n\n# Comgate API client\nComgate API client wrapper\n\nThis package allow you to create payment using Comgate API and get redirect URL to your customers\n\nRequirements\n-------------\n- PHP 7.0 or higher\n- [guzzlehttp/guzzle](https://packagist.org/packages/guzzlehttp/guzzle)\n\nInstallation\n------------\n```sh\n$ composer require renat-magadiev/comgate-client\n```\n\n\nBasic usage\n------------\n\n```php\nuse Comgate\\Client;\nuse Comgate\\Request\\CreatePayment;\n\n$client = new Client('merchant', true, 'secret');\n$createPayment = new CreatePayment(1000, 'orderId', 'test@test.cz', 'Product name');\n\n$createPaymentResponse = $client-\u003esend($createPayment);\n\n$redirectUrl = $createPaymentResponse-\u003egetRedirectUrl();\n\n```\n\n`CreatePayment` class has the same props as described in Comgate [documentation](https://platebnibrana.comgate.cz/cz/protokol-api#sidemenu-link-12)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenat-magadiev%2Fcomgate-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenat-magadiev%2Fcomgate-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenat-magadiev%2Fcomgate-client/lists"}