Skip to content
forked from tiamo/phpas2

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

Notifications You must be signed in to change notification settings

astralab-hq/phpas2

Repository files navigation

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

The preferred way to install this extension is through composer. Either run

composer require tiamo/phpas2

or add

"tiamo/phpas2": "^1.3"

to the require section of your composer.json file.

Usage

Basic example

# start a server to receive messages in 8000 port
php -S localhost: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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%