library phpas2
PHPAS2 is a php-based implementation of the EDIINT AS2 standard
tiamo/phpas2
PHPAS2 is a php-based implementation of the EDIINT AS2 standard
- Thursday, January 4, 2018
- by tiamo
- Repository
- 1 Watchers
- 1 Stars
- 61 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 74 % Grown
PHPAS2 is a php-based implementation of the EDIINT AS2 standard
, (*1)
The PHPAS2 application enables you to transmit and receive AS2 messages with EDI-X12, EDIFACT, XML, or binary payloads
between trading partners., (*2)
Requirements
- php >= 7.1
- ext-openssl
- ext-zlib
Installation
composer require tiamo/phpas2
Usage
Basic example, (*3)
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, (*4)
License
Licensed under the MIT license., (*5)
dev-master
9999999-dev
PHPAS2 is a php-based implementation of the EDIINT AS2 standard
Sources
Download
MIT
The Requires
The Development Requires
by
Vladyslav K
server
edi
as2
ediint