PHPackages                             andrejro2/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. [API Development](/categories/api)
4. /
5. andrejro2/comgate-client

ActiveLibrary[API Development](/categories/api)

andrejro2/comgate-client
========================

Comgate client wrapper

1.12(1y ago)12101MITPHPPHP &gt;=7.0

Since Dec 10Pushed 1y agoCompare

[ Source](https://github.com/andrejro2/comgate-client)[ Packagist](https://packagist.org/packages/andrejro2/comgate-client)[ RSS](/packages/andrejro2-comgate-client/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (2)Versions (7)Used By (0)

[![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

33

—

LowBetter than 75% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 52.8% 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 ~603 days

Total

5

Last Release

668d ago

Major Versions

0.1 → 1.02017-12-25

PHP version history (2 changes)0.1PHP ^7.0

1.11PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/838923ff246ad4e03e4cb4f057d68810a5a13ae4e82ac7b560f58af00d760a97?d=identicon)[andrejro2](/maintainers/andrejro2)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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