PHP library to read and parse BAI2 files

Maintainers

Package info

github.com/stechstudio/bai2

pkg:composer/stechstudio/bai2

Statistics

Installs: 70 107

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

dev-master 2023-01-31 16:21 UTC

This package is auto-updated.

Last update: 2026-03-01 00:37:31 UTC


README

Parse and consume BAI2 data within your PHP 8 application.

Installation

composer require stechstudio/bai2:@dev

Usage

See example bai2json utility included with this project for a usage example.

This example utility is by itself a handy tool when working with BAI2 files, and pairs nicely with jq:

$ composer global require stechstudio/bai2:@dev
$ bai2json some_awesome_transaction_info.bai2.txt | jq -C | less -R