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)12131MITPHPPHP &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 3w 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

32

—

LowBetter than 69% of packages

Maintenance31

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

715d 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://avatars.githubusercontent.com/u/15248232?v=4)[Andrew Kozoriz](/maintainers/andrejro2)[@andrejro2](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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