Libraries tagged by upc.ua
php-opcua/laravel-opcua
32 Downloads
Laravel integration for OPC UA client with optional session manager support
gianfriaur/opcua-php-client
157 Downloads
Pure PHP OPC UA client — binary protocol over TCP, 6 security policies, browse/read/write/subscribe/history, zero external dependencies
gianfriaur/opcua-laravel-client
5 Downloads
Laravel integration for OPC UA client with optional session manager support
techdock/opcua-webapi-client
4 Downloads
PHP client for OPC UA Web API
php-opcua/symfony-opcua
3 Downloads
Symfony integration for OPC UA client with optional session manager support
php-opcua/opcua-client-nodeset
4 Downloads
Pre-generated PHP classes from OPC Foundation UA-Nodeset companion specifications for use with php-opcua/opcua-client
php-opcua/opcua-client-ext-transport-pubsub
0 Downloads
OPC UA PubSub Subscriber for PHP — UDP + UADP + JSON, extends opcua-client
php-opcua/opcua-client-ext-transport-https
0 Downloads
OPC UA HTTPS transport (Part 6 §7.4) for PHP — Binary / JSON / XML-SOAP encodings over opc.https://, extends opcua-client
php-opcua/opcua-client-ext-reverse-connect
0 Downloads
OPC UA Reverse Connect (ReverseHello) listener for PHP — extends opcua-client, OPC UA Part 6 §7.1.2.3
php-opcua/opcua-cli
19 Downloads
CLI tool for OPC UA — browse, read, write, watch, discover endpoints, manage certificates, and generate code from NodeSet2.xml
oneko/apcuadmin-bundle
211 Downloads
APCu administration
forwarddevs/pcuaalite
50 Downloads
Automatic UPC for SAMP.
gianfriaur/opcua-php-client-session-manager
85 Downloads
Session manager daemon for persistent OPC UA connections in PHP — Unix socket IPC, automatic session recovery, subscription transfer
pcualmac/migrationbyconfigfile
8 Downloads
This package should aloud you to set by config file a dir to search for migration.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.