otghcloud/aurora-access-adapter-serial-wiegand

Serial Wiegand reader adapter integration package for Access Control

Maintainers

Package info

github.com/otghcloud/aurora-access-adapter-serial-wiegand

pkg:composer/otghcloud/aurora-access-adapter-serial-wiegand

Transparency log

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.3.12 2026-08-11 17:28 UTC

This package is auto-updated.

Last update: 2026-08-11 17:29:08 UTC


README

Aurora Access Serial Wiegand adapter package for integrating serial/Wiegand-backed reader flows with the Aurora Access Control core package.

Requirements

  • PHP 8.2+
  • Laravel 12+
  • Installed otghcloud/aurora-access-core package

Installation

composer require otghcloud/aurora-access-adapter-serial-wiegand

What This Adapter Provides

  • Serial Wiegand reader integration for Access Control
  • Reader input processing and diagnostics integration
  • Adapter capability registration for source and binding flows

Configuration

  1. Ensure the Aurora Access core package is installed and configured.
  2. Install this adapter package with Composer.
  3. 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:

  1. Create or edit an Access Source.
  2. Select the serial Wiegand adapter type where available.
  3. 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 access-adapter-serial-wiegand