PHPackages                             jongotlin/paxml - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. jongotlin/paxml

ActivePackage[Parsing &amp; Serialization](/categories/parsing)

jongotlin/paxml
===============

2.0.1(4y ago)08.7kMITPHPPHP ^7.1CI failing

Since Oct 7Pushed 4y ago2 watchersCompare

[ Source](https://github.com/jongotlin/paxml)[ Packagist](https://packagist.org/packages/jongotlin/paxml)[ RSS](/packages/jongotlin-paxml/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

paxml
=====

[](#paxml)

Create Paxml documents

```
$paxmlGenerator = new PaxmlGenerator();
$paxml = new Paxml();
$header = new Header();
$paxml->setHeader($header);
$salaryTransaction = new SalaryTransaction('1', '1122334455', '123', 1.2);
$salaryTransaction->setUnitPrice(1000);
$paxml->addSalaryTransaction($salaryTransaction);

$config = new PaxmlConfig();
$config->setAnstIdPrefix('LL');

$paxmlDocument = $paxmlGenerator->createPaxmlDocument($paxml, $config);
echo $paxmlDocument->saveXML();
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~118 days

Recently: every ~173 days

Total

9

Last Release

1549d ago

Major Versions

1.1.1 → 2.0.02022-05-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cc25aa1a5dad773350b590c5d53b6e862267aaf311144e2134037b53a30bf99?d=identicon)[jongotlin](/maintainers/jongotlin)

---

Top Contributors

[![jongotlin](https://avatars.githubusercontent.com/u/165154?v=4)](https://github.com/jongotlin "jongotlin (10 commits)")[![victorKravchenko](https://avatars.githubusercontent.com/u/12896167?v=4)](https://github.com/victorKravchenko "victorKravchenko (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jongotlin-paxml/health.svg)

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

###  Alternatives

[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9845.4k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46164.0k6](/packages/jstewmc-rtf)[gajus/paggern

Pattern interpreter for generating random strings.

3046.0k1](/packages/gajus-paggern)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.4k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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