mtu/lockage

Laravel package for pairing keys

Maintainers

Package info

github.com/M-Tumas/lockage

pkg:composer/mtu/lockage

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-28 20:05:14 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);