PHPackages                             wpj-cz/abo - 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. wpj-cz/abo

ActiveLibrary

wpj-cz/abo
==========

PHP generator for ABO file format

133.1k↓22.2%2[1 PRs](https://github.com/wpj-cz/ABO/pulls)PHP

Since Sep 20Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ABO generator for PHP
=====================

[](#abo-generator-for-php)

```
$abo = new abo();
$abo->setComittentNumer(222780978);
$abo->setOrganization("Ceska nar.zdrav.poj.");
$abo->setDate('271198');
$abo->setSecurityKey('123456', '654321');
$account = $abo->addAccountFile(abo_account_file::INKASO);
$account->setBank('0300'); //ktera banka bude zpracovavat, ta nase
$account->setBankDepartment('82');
$group = $account->addGroup();
$group->setAccount(122780922);
$group->setDate('271198');
$group->addItem("174-1999738514/0300", 2000.5, 2220009813)
	->setConstSym('8')
	->setSpecSym('93653')
	->setMessage('první  èást');

$group->addItem("5152046/0300", 2000, 2220000598)
	->setConstSym('8')
	->setSpecSym('93654');

$group->addItem("192359658/0300", 2000, 2220000004)
	->setConstSym('8')
	->setSpecSym('93655');

$group->addItem("174-0346006514/0300", 2000, 2220497222)
	->setConstSym('8')
	->setSpecSym('93656')
	->setMessage('první  èást');

$group->addItem("492732514/0300", 2000, 2220000811)
	->setConstSym('8')
	->setSpecSym('93657');

	echo ''.$abo->generate().'';

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d88e85c8cc87faa651c86f0396140ebfb7681b81c39fb3c4af6811c986f85e9?d=identicon)[ondrejben](/maintainers/ondrejben)

---

Top Contributors

[![ondrab1](https://avatars.githubusercontent.com/u/27545718?v=4)](https://github.com/ondrab1 "ondrab1 (1 commits)")

### Embed Badge

![Health badge](/badges/wpj-cz-abo/health.svg)

```
[![Health](https://phpackages.com/badges/wpj-cz-abo/health.svg)](https://phpackages.com/packages/wpj-cz-abo)
```

PHPackages © 2026

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