PHPackages                             zc2tech/qing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. zc2tech/qing

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

zc2tech/qing
============

qing is a php-based implementation of the EDIINT AS2 standard, forked from tiamo/phpas2. The lib name 'qing' is because Maggie Cheung delivered an exceptional performance in the film Green Snake.

v2.0.3(1y ago)05MITPHPPHP ^8.2

Since May 9Pushed 12mo agoCompare

[ Source](https://github.com/zc2tech/qing)[ Packagist](https://packagist.org/packages/zc2tech/qing)[ RSS](/packages/zc2tech-qing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

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

[](#phpas2-is-a-php-based-implementation-of-the-ediint-as2-standard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4d882ac1ea58523eb9e05b4bff9b285401419deb317419cd880543004e061f29/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6332746563682f71696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zc2tech/qing)[![Build Status](https://github.com/zc2tech/qing/actions/workflows/ci.yml/badge.svg)](https://github.com/zc2tech/qing)[![Total Downloads](https://camo.githubusercontent.com/9f76cac640b02492306c9de0a3174a333811b3e1b5cf96af5d2886480e129f38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6332746563682f71696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zc2tech/qing)[![License](https://camo.githubusercontent.com/1c073ddae02afb9985b3c5ce5eb4327da8fb6d3e51bd08425a90f529cb1c553d/68747470733a2f2f706f7365722e707567782e6f72672f7a6332746563682f71696e672f6c6963656e7365)](https://packagist.org/packages/zc2tech/qing)

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

Requirements
------------

[](#requirements)

- php &gt;= 8.3
- ext-openssl
- ext-zlib

Installation
------------

[](#installation)

```
composer require zc2tech/qing

```

Usage
-----

[](#usage)

- [Documentation](./docs/index.md)
- [Example](./example)

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_win

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

This library is a fork of [tiamo/phpas2](https://github.com/tiamo/phpas2) which did not release updates since September 2023. I updated code to adapt to recent php/library: php8, Slim 4, Symfony 7 .

AS2 is a transport protocol specified in [RFC 4130](http://www.ietf.org/rfc/rfc4130.txt). AS2 version 1.1 adding compression is specified in [RFC 5402](http://www.ietf.org/rfc/rfc5402.txt). The MDN is specified in [RFC 3798](http://www.ietf.org/rfc/rfc3798.txt). Algorithm names are defined in [RFC 5751](https://www.ietf.org/rfc/rfc5751.txt) (S/MIME 3.2) which supersedes [RFC 3851](https://www.ietf.org/rfc/rfc3851.txt) (S/MIME 3.1);

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance49

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

374d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8c8f8fc0b687582f4cb41b9c7eef0c6ddf4df363147357284c4930dad9776dd?d=identicon)[zc2tech](/maintainers/zc2tech)

---

Top Contributors

[![tiamo](https://avatars.githubusercontent.com/u/1963342?v=4)](https://github.com/tiamo "tiamo (161 commits)")[![homer8173](https://avatars.githubusercontent.com/u/8720867?v=4)](https://github.com/homer8173 "homer8173 (6 commits)")[![robsonala](https://avatars.githubusercontent.com/u/4273567?v=4)](https://github.com/robsonala "robsonala (3 commits)")[![mattdinthehouse](https://avatars.githubusercontent.com/u/6799224?v=4)](https://github.com/mattdinthehouse "mattdinthehouse (2 commits)")[![k0mar12](https://avatars.githubusercontent.com/u/13261536?v=4)](https://github.com/k0mar12 "k0mar12 (1 commits)")

---

Tags

serveredix12as2ediint

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zc2tech-qing/health.svg)

```
[![Health](https://phpackages.com/badges/zc2tech-qing/health.svg)](https://phpackages.com/packages/zc2tech-qing)
```

###  Alternatives

[tiamo/phpas2

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

4674.7k](/packages/tiamo-phpas2)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[spatie/laravel-webhook-server

Send webhooks in Laravel apps

1.1k8.8M22](/packages/spatie-laravel-webhook-server)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
