tiamo/phpas2 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

tiamo/phpas2

最新稳定版本:2.0.1

Composer 安装命令:

composer require tiamo/phpas2

包简介

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

README 文档

README

Latest Version on Packagist Build Status Total Downloads License

The PHPAS2 application enables you to transmit and receive AS2 messages with EDI-X12, EDIFACT, XML, or binary payloads between trading partners.

Requirements

  • php >= 7.1
  • ext-openssl
  • ext-zlib

Installation

composer require tiamo/phpas2

Usage

Basic example

cd example

composer install

chmod +x ./bin/console

# start a server to receive messages in 8000 port
php -S 127.0.0.1:8000 ./public/index.php

# send a test message
php bin/console send-message --from mycompanyAS2 --to phpas2

# send a file
php bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file 

Changelog

Please have a look in CHANGELOG

License

Licensed under the MIT license.

统计信息

  • 总下载量: 71.29k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 45
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 45
  • Watchers: 10
  • Forks: 49
  • 开发语言: PHP

其他信息

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