Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devture/zengin-generator
FB (Firm-Banking) Zengin format (http://www.sekishinkin.co.jp/web_fb/zengin.html) file generator (Japanese bank-transfer file)
https://github.com/devture/zengin-generator
Last synced: 13 days ago
JSON representation
FB (Firm-Banking) Zengin format (http://www.sekishinkin.co.jp/web_fb/zengin.html) file generator (Japanese bank-transfer file)
- Host: GitHub
- URL: https://github.com/devture/zengin-generator
- Owner: devture
- License: bsd-3-clause
- Created: 2016-03-16T00:48:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T14:13:53.000Z (over 8 years ago)
- Last Synced: 2024-06-10T08:45:25.862Z (5 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zengin Generator
**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](http://www.sekishinkin.co.jp/web_fb/zengin.html).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](http://getcomposer.org/)
$ composer require devture/zengin-generator
## Usage
See the [tests/](tests/) directory, and more specifically, the [ZenginGeneratorTest.php file](tests/ZenginGeneratorTest.php).