PHPackages                             sunfoxcz/spayd-php - 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. sunfoxcz/spayd-php

ActiveLibrary[Payment Processing](/categories/payments)

sunfoxcz/spayd-php
==================

SPAYD messages for QR code payments generation.

v2.0.0(3y ago)1140.4k↓35.9%13MITPHPPHP ^7.4||^8.0

Since May 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sunfoxcz/spayd-php)[ Packagist](https://packagist.org/packages/sunfoxcz/spayd-php)[ RSS](/packages/sunfoxcz-spayd-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (3)

spayd-php
=========

[](#spayd-php)

SPAYD messages for QR code payments generation.

Original author
---------------

[](#original-author)

Code is forked from [Shoptet/spayd-php](https://github.com/Shoptet/spayd-php) repository just for [Packagist package](https://packagist.org/packages/sunfoxcz/spayd-php) generation.

Example
-------

[](#example)

```
use Sunfox\Spayd\Spayd;
use Sunfox\Spayd\Model\CzechAccount;
use Sunfox\Spayd\Utilities\IbanUtilities;

$spayd = new Spayd;
$spayd->add('AM', $actuarial->price);
$spayd->add('CC', $actuarial->currency);
$spayd->add('X-VS', $actuarial->variableSymbol);

if ($actuarial->supplier->iban) {
	$spayd->add('ACC', "{$actuarial->supplier->iban}+{$actuarial->supplier->swift}");
} else {
	$account = new CzechAccount("{$actuarial->supplier->accountNumber}/{$actuarial->supplier->bankCode}");
	$spayd->add('ACC', IbanUtilities::computeIbanFromBankAccount($account));
}

echo (string) $spayd;
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~1344 days

Total

3

Last Release

1363d ago

Major Versions

v1.0.0 → v2.0.02022-10-09

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

v2.0.0PHP ^7.4||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1386186?v=4)[Sunfox s.r.o.](/maintainers/sunfoxcz)[@sunfoxcz](https://github.com/sunfoxcz)

---

Top Contributors

[![foxycode](https://avatars.githubusercontent.com/u/1284781?v=4)](https://github.com/foxycode "foxycode (18 commits)")[![erikfercak](https://avatars.githubusercontent.com/u/112893?v=4)](https://github.com/erikfercak "erikfercak (4 commits)")[![lebeda](https://avatars.githubusercontent.com/u/1889394?v=4)](https://github.com/lebeda "lebeda (2 commits)")

---

Tags

spaydspayd-phpqr-platbaqrplatba

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sunfoxcz-spayd-php/health.svg)

```
[![Health](https://phpackages.com/badges/sunfoxcz-spayd-php/health.svg)](https://phpackages.com/packages/sunfoxcz-spayd-php)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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