Skip to content
/ phpas2 Public

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

Notifications You must be signed in to change notification settings

tiamo/phpas2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 13, 2021
09acc09 · Jan 13, 2021
Aug 27, 2020
Aug 28, 2020
Jan 10, 2021
Jan 10, 2021
Jan 10, 2021
Sep 15, 2019
Sep 15, 2019
Jun 28, 2020
Jul 5, 2020
Jan 13, 2021
Aug 3, 2020
Jan 13, 2021
Sep 15, 2019

Repository files navigation

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

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 >= 5.6
  • 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.

About

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

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages