devture / zengin-generator
FB (Firm-Banking) Zengin format (http://www.sekishinkin.co.jp/web_fb/zengin.html) file generator (Japanese bank-transfer file)
Requires
- devture/form: ^1.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 20:44:50 UTC
README
FB (Firm-Banking) Zengin format (http://www.sekishinkin.co.jp/web_fb/zengin.html) file generator (Japanese bank-transfer file)
Preface
This library is still in early development. Do not use in production (yet).
The purposes of "zengin" files is to facilitate mass bank-transfer operations on Japanese banks' Firm-Banking service.
The zengin file is a Shift-JIS encoded file, following a special format, somewhat described here.
Input data to this library should use Katakana. If not, an exception will be thrown. Restrictions apply to some fields (~15-30 characters) for bank/branch/people names.
Installation
Using Composer
$ composer require devture/zengin-generator
Usage
See the tests/ directory, and more specifically, the ZenginGeneratorTest.php file.