mtu/lockage

Laravel package for pairing keys

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mtu/lockage

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

This package is auto-updated.

Last update: 2025-12-28 19:31:02 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);