Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 615 Bytes

File metadata and controls

20 lines (13 loc) · 615 Bytes

PHP BAI2 Parser

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