otghcloud / aurora-access-adapter-opc
OPC adapter integration package for Access Control
Package info
github.com/otghcloud/aurora-access-adapter-opc
pkg:composer/otghcloud/aurora-access-adapter-opc
v1.3.14
2026-08-11 18:08 UTC
Requires
- otghcloud/aurora-access-core: ^1.0
- techdock/opcua: ^0.3.0
README
Aurora Access OPC adapter package for integrating OPC/OPC-UA-backed sources with the Aurora Access Control core package.
Requirements
- PHP 8.2+
- Laravel 12+
- Installed
otghcloud/aurora-access-corepackage
Installation
composer require otghcloud/aurora-access-adapter-opc
What This Adapter Provides
- OPC source integration for Access Control
- Input action dispatch support for configured Access Bindings
- Adapter capability registration for source and binding flows
Configuration
- Ensure the Aurora Access core package is installed and configured.
- Install this adapter package with Composer.
- Configure adapter-specific source settings from the Access Control admin panel.
Quick Start
php artisan migrate --force php artisan optimize:clear
Then in the admin panel:
- Create or edit an Access Source.
- Select an OPC adapter type where available.
- Configure source connection details and save.
Compatibility Notes
- Keep adapter and core versions aligned to stable release lines.
- Use tagged releases in production.
License
MIT