PHPackages                             killgt/sermepa - 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. killgt/sermepa

ActiveLibrary[Payment Processing](/categories/payments)

killgt/sermepa
==============

1.2.0(8y ago)23892PHPPHP &gt;=5.3.0

Since Sep 29Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (13)Used By (0)

Sermepa [![Build Status](https://camo.githubusercontent.com/33a1980f7ca61f34d953af48855ff7704d54bb9224c0bd11d3bb7ba97c1ebc50/68747470733a2f2f7472617669732d63692e6f72672f6b696c6c67742f7365726d6570612e737667)](https://travis-ci.org/killgt/sermepa)
=====================================================================================================================================================================================================================================================

[](#sermepa-)

PHP Sermepa payments utility

Usage
-----

[](#usage)

```
use Killgt\Sermepa\Request;

$fuc = "999008881";
$key = "Mk9m98IfEblmPfrpsawt7BmxObt98Jev";
$useProductionEnviroment = false;
$terminal = "871";
$businessName = "Massive Dynamic";

$request = new Killgt\Sermepa\Request($fuc, $key, $useProductionEnviroment, $terminal, $businessName);

$request->setAmount(45.54);
$request->setOrder('2014abcd1234');
$request->setTransactionType(0);
$request->setCallbackURL('http://example.com/callback');
$request->setSuccessURL('http://example.com/ok');
$request->setErrorURL('http://example.com/error');
$request->setPayer('Peter Bishop');
$request->setProductDescription('The machine');

echo $request->render(); //outputs the form and auto-submit
```

### Checking the callback

[](#checking-the-callback)

```
$request = new Killgt\Sermepa\Request;
$request->setKey($key);

if ($response = $request->checkCallback($_POST)) {
	// Get $response['Ds_Order'] and update your order
} else {
	// Something went wrong
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% 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 ~101 days

Recently: every ~174 days

Total

12

Last Release

3136d ago

Major Versions

0.2.1 → 1.0.02015-11-09

PHP version history (2 changes)0.1PHP &gt;=5.4.0

1.0.5PHP &gt;=5.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/924b331e96a993eac5ca7f62825a5f3ac13b7b71d66fb84fa8a23cb26f3fa27b?d=identicon)[killgt](/maintainers/killgt)

---

Top Contributors

[![agustinprod](https://avatars.githubusercontent.com/u/343407?v=4)](https://github.com/agustinprod "agustinprod (18 commits)")[![jon-sm](https://avatars.githubusercontent.com/u/56429394?v=4)](https://github.com/jon-sm "jon-sm (1 commits)")

---

Tags

phpsermepatpv

### Embed Badge

![Health badge](/badges/killgt-sermepa/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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