-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpubliccode.yml
More file actions
72 lines (61 loc) · 2.2 KB
/
publiccode.yml
File metadata and controls
72 lines (61 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
publiccodeYmlVersion: "0"
name: phase4
url: https://github.com/phax/phase4
landingURL: https://github.com/phax/phase4/wiki
softwareVersion: "4.4.2"
releaseDate: "2026-03-28"
platforms:
- web
logo: docs/logo/phase4-logo-simplecolor.svg
developmentStatus: stable
softwareType: library
categories:
- billing-and-invoicing
- communications
- erp
- it-security
description:
en:
shortDescription: >-
Lightweight, embeddable Java library to send and receive AS4 messages.
longDescription: >-
phase4 is an open-source, embeddable Java library implementing the
EBMS 3.0 / AS4 messaging standard. It supports sending and receiving
AS4 messages across multiple network profiles including Peppol, BDEW,
CEF, DBNAlliance, ENTSOG, EU CTP, and eDelivery AS4 2.0. The library
provides a modular architecture with profile-specific modules for
validation, PMode configuration, client sending utilities, and
incoming message handling via servlet integration. It features
WSS4J-based signing and encryption, SMP-based dynamic discovery,
duplicate detection, and retry mechanisms. phase4 is part of the
Peppol solution stack and is used as the AS4 transport layer in
phoss-ap, a standalone Peppol Access Point.
features:
- Send and receive AS4 messages compliant with EBMS 3.0
- Support for Peppol AS4 profile including SBDH handling
- Support for BDEW, CEF, DBNAlliance, ENTSOG and EU CTP profiles
- WSS4J-based message signing and encryption
- SMP-based dynamic endpoint discovery
- Configurable PMode management (in-memory and file-based persistence)
- Duplicate message detection
- Built-in retry mechanism for outgoing messages
- Servlet-based incoming message handling
- Java ServiceLoader based profile auto-discovery
documentation: https://github.com/phax/phase4/wiki
legal:
license: Apache-2.0
mainCopyrightOwner: Philip Helger
maintenance:
type: community
contacts:
- name: Philip Helger
email: philip@helger.com
affiliation: helger.com
localisation:
localisationReady: false
availableLanguages:
- en
dependsOn:
open:
- name: Java
versionMin: "17"