PHPackages                             miome/iso8583 - 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. miome/iso8583

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

miome/iso8583
=============

ISO8583 Pack/Unpack library

1.2.1(9y ago)14490.6k↓50.4%17[3 issues](https://github.com/m1ome/iso8583/issues)MITPHPPHP &gt;=5.5

Since Nov 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/m1ome/iso8583)[ Packagist](https://packagist.org/packages/miome/iso8583)[ RSS](/packages/miome-iso8583/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (4)Used By (0)

PHP ISO8583 Parser
==================

[](#php-iso8583-parser)

[![Build Status](https://camo.githubusercontent.com/0cfff256d2b08926477188f7a1fb75aa7e0e310f1b3c3e6a8924c44796452587/68747470733a2f2f7472617669732d63692e6f72672f6d316f6d652f69736f383538332e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/m1ome/iso8583)[![Coverage Status](https://camo.githubusercontent.com/e932c194f4359b2243ef66c290ae09cf0129fa085831768bd813615ba855a436/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d316f6d652f69736f383538332f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/m1ome/iso8583?branch=master)

Usage
=====

[](#usage)

```
use ISO8583\Protocol;
use ISO8583\Message;

$iso = new Protocol();
$message = new Message($iso, [
	'lengthPrefix' => 5
]);

// Unpacking message
$message->unpack('303030333430313030200000000000080039303030303032303031303130313030303030303030');

// Packing message
$packedMessage = $message->pack();
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~46 days

Total

3

Last Release

3412d ago

### Community

Maintainers

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

---

Top Contributors

[![m1ome](https://avatars.githubusercontent.com/u/5213243?v=4)](https://github.com/m1ome "m1ome (14 commits)")[![kaperys](https://avatars.githubusercontent.com/u/7786586?v=4)](https://github.com/kaperys "kaperys (1 commits)")[![plehanov](https://avatars.githubusercontent.com/u/3360366?v=4)](https://github.com/plehanov "plehanov (1 commits)")

### Embed Badge

![Health badge](/badges/miome-iso8583/health.svg)

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

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[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.

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

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

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

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

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

PHPackages © 2026

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