承接 ebics-api/mt942-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ebics-api/mt942-php

最新稳定版本:1.0.5

Composer 安装命令:

composer require ebics-api/mt942-php

包简介

PHP library for parse MT942 Swift format. Helper module for EBICS.

README 文档

README

This tools convert MT942 formatted text to PHP objects. PHP library for parse MT942 format that uses Swift.
Banks uses MT942 format for payments data transition.
More details about MT942 format you can find in Internet.

Helper for EBICS Client PHP

Installation

$ composer require ebics-api/mt942-php

License

ebics-api/mt942-php is licensed under the MIT License, see the LICENSE file for details

Example

Normalize:

 $str = file_get_contents('path_to_file.mt942');
 $normalizer = new EbicsApi\MT942\MT942Normalizer();
 $transactionList = $normalizer->normalize($str);

Validate:

 $validator = new MT942Validator();
 $violationList = $validator->validateList($transactionList);

统计信息

  • 总下载量: 2.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 2
  • 依赖项目数: 2
  • 推荐数: 2

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-12