PHPackages                             renat-magadiev/comgate-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. renat-magadiev/comgate-client

ActiveLibrary[Payment Processing](/categories/payments)

renat-magadiev/comgate-client
=============================

Comgate client wrapper

3.0(8mo ago)519.0k↓33.3%11[1 issues](https://github.com/renat-magadiev/comgate-client/issues)1MITPHPPHP &gt;=8.2

Since Dec 10Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/renat-magadiev/comgate-client)[ Packagist](https://packagist.org/packages/renat-magadiev/comgate-client)[ RSS](/packages/renat-magadiev-comgate-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (1)

[![Build Status](https://camo.githubusercontent.com/de32a0d95ddec67af6dc0bc5ed39c3dd5c569730f0bd5764ea33a66e3453b331/68747470733a2f2f7472617669732d63692e6f72672f72656e61742d6d616761646965762f636f6d676174652d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/renat-magadiev/comgate-client) [![Coverage Status](https://camo.githubusercontent.com/5c77b8b9cee8c606c936824af54fb582991d7e5918190881d68fbaed2af13315/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f72656e61742d6d616761646965762f636f6d676174652d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/renat-magadiev/comgate-client?branch=master)

Comgate API client
==================

[](#comgate-api-client)

Comgate API client wrapper

This package allow you to create payment using Comgate API and get redirect URL to your customers

Requirements
------------

[](#requirements)

- PHP 7.0 or higher
- [guzzlehttp/guzzle](https://packagist.org/packages/guzzlehttp/guzzle)

Installation
------------

[](#installation)

```
$ composer require renat-magadiev/comgate-client
```

Basic usage
-----------

[](#basic-usage)

```
use Comgate\Client;
use Comgate\Request\CreatePayment;

$client = new Client('merchant', true, 'secret');
$createPayment = new CreatePayment(1000, 'orderId', 'test@test.cz', 'Product name');

$createPaymentResponse = $client->send($createPayment);

$redirectUrl = $createPaymentResponse->getRedirectUrl();
```

`CreatePayment` class has the same props as described in Comgate [documentation](https://platebnibrana.comgate.cz/cz/protokol-api#sidemenu-link-12)

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance58

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~943 days

Total

4

Last Release

242d ago

Major Versions

0.1 → 1.02017-12-25

1.0 → 2.02024-07-31

2.0 → 3.02025-09-10

PHP version history (3 changes)0.1PHP ^7.0

2.0PHP &gt;=7.0

3.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1aa8edc2fb704106c9d7a727bdf2662e1ff09caab27c7f352480c939a2da0e4c?d=identicon)[Renat123](/maintainers/Renat123)

---

Top Contributors

[![renat-magadiev](https://avatars.githubusercontent.com/u/12897610?v=4)](https://github.com/renat-magadiev "renat-magadiev (21 commits)")[![andrejro2](https://avatars.githubusercontent.com/u/15248232?v=4)](https://github.com/andrejro2 "andrejro2 (8 commits)")[![matuslucenic](https://avatars.githubusercontent.com/u/70635015?v=4)](https://github.com/matuslucenic "matuslucenic (2 commits)")[![tomasz-kusy](https://avatars.githubusercontent.com/u/40465697?v=4)](https://github.com/tomasz-kusy "tomasz-kusy (2 commits)")

---

Tags

clientcomgatepaymentphpphp7platebni

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/renat-magadiev-comgate-client/health.svg)

```
[![Health](https://phpackages.com/badges/renat-magadiev-comgate-client/health.svg)](https://phpackages.com/packages/renat-magadiev-comgate-client)
```

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
