PHPackages                             andreseko/komercy - 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. andreseko/komercy

AbandonedArchivedLibrary[API Development](/categories/api)

andreseko/komercy
=================

Biblioteca de pagamentos via cartão de crédito REDECARD.

1.0.0(8y ago)017MITPHPPHP &gt;=5.3

Since Oct 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/andreseko/Komercy)[ Packagist](https://packagist.org/packages/andreseko/komercy)[ RSS](/packages/andreseko-komercy/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

KOMERCY
=======

[](#komercy)

Biblioteca de pagamentos via cartão de crédito REDECARD.

Instalação
----------

[](#instalação)

### Composer

[](#composer)

Se você já conhece o **Composer**, adicione a dependência abaixo à diretiva *"require"* no seu **composer.json**:

```
"andreseko/Komercy": "1.0.*"

```

Como Usar
---------

[](#como-usar)

### Criando uma requisão de pagamento.

[](#criando-uma-requisão-de-pagamento)

```
$komercy = new Komercy\Komercy('12345'); // Onde 1234 é o seu número de afiliado.

$komercy->setTotal(100.00); // Valor a processar
$komerci->setNumPedido(1234); // Numero de controle interno do seu sistema
$komerci->setPortador('Andre Goncalves'); // Nome do portador do cartão
$komerci->setNrcartao('1234 5678 9101 1121'); // Número do cartão de crédito
$komerci->setCodVerificador('123'); // Código de segurança do cartão
$komerci->setDataExpiracao('01/19'); // Data de validade do cartão de crédito. Formatos aceitos: mm/YY ou mm/YYYY.
$komerci->setNumParcelas(2); // Número de parcelas da compra.
$komerci->requestPayment();
```

Licença
-------

[](#licença)

Este projeto esta sobre a licença MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb2e2d13516cdb0e06ba21ca11b3e4011f4ce6dc76340c169d62ac65d6cb45ea?d=identicon)[andreseko](/maintainers/andreseko)

---

Top Contributors

[![andreseko](https://avatars.githubusercontent.com/u/1248196?v=4)](https://github.com/andreseko "andreseko (3 commits)")

---

Tags

apipaymentgatewaycardredecardcreditpagamentosCartão de Crédito

### Embed Badge

![Health badge](/badges/andreseko-komercy/health.svg)

```
[![Health](https://phpackages.com/badges/andreseko-komercy/health.svg)](https://phpackages.com/packages/andreseko-komercy)
```

###  Alternatives

[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

59914.4M62](/packages/mollie-mollie-api-php)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[camcima/redecard-komerci-client

Client for Redecard Gateway - Komerci

1110.6k](/packages/camcima-redecard-komerci-client)

PHPackages © 2026

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