# opcua-client **Repository Path**: bubaishaolong/opcua-client ## Basic Information - **Project Name**: opcua-client - **Description**: 一个通过TCP传输OPC UA二进制协议的PHP库。它处理整个堆栈——传输、编码、安全通道、会话、加密——所以你可以直接从PHP连接到任何OPC UA服务器, - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-27 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: opcua, opc-ua, PHP, TCP ## README
| ### Tested against the OPC UA reference implementation This library is integration-tested against **[UA-.NETStandard](https://github.com/OPCFoundation/UA-.NETStandard)** — the **reference implementation** maintained by the OPC Foundation, the organization that defines the OPC UA specification. 1300+ tests (1040+ unit, 250+ integration) run via [uanetstandard-test-suite](https://github.com/php-opcua/uanetstandard-test-suite) against 8 server instances covering every security policy, authentication method, data type, method call, subscription, event, alarm, and historical read defined by the spec — with 99%+ unit test code coverage. Unit tests run on **Linux, macOS, and Windows** across PHP 8.2–8.5. NodeManagement integration tests run against an additional `open62541` server (UA-.NETStandard does not implement that service set) — see [testing docs](docs/testing/integration.md). **This library is already used in production with real industrial equipment** in factory automation and process control environments. |