LeoWare / phpas2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Latest Version on Packagist Build Status Total Downloads

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

Requirements

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

Installation

composer require tiamo/phpas2

Usage

Basic example

# start a server to receive messages in 8000 port
php -S 127.0.0.1:8000 ./examples/server.php
# init partners and storage
php -f ./examples/init.php
# send message
php -f ./examples/outbound.php

License

Licensed under the MIT license.

About

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


Languages

Language:PHP 100.0%