mtu/lockage

Laravel package for pairing keys

v1.0.1 2021-06-20 19:12 UTC

This package is auto-updated.

Last update: 2025-04-28 18:01:37 UTC


README

usage:

Publish configs; Set Key and Data file path;

DI KeyPair $keyPair;

$int = 7558; $int2 = 7777; $int3 = 0;

$result = $this->keyPair->getPair($int, $int2, $int3);