Skip to content
/ bai2 Public
forked from stechstudio/bai2

PHP library for parsing BAI2 files

License

Notifications You must be signed in to change notification settings

Invoiced/bai2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP library for parsing BAI2 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%