jeyroik/extas-secrets

There is no license information available for the latest version (2.2.1) of this package.

Mechanizm of secrets for extas

2.2.1 2023-07-16 09:17 UTC

This package is auto-updated.

Last update: 2024-10-16 12:05:57 UTC


README

tests codecov.io PHPStan Enabled Latest Stable Version Total Downloads Dependents

extas-secrets

Обёртка для Extas'a для работы с секретами.

Использование

$secret = $this->secrets()->one([...]);
$decrypted = $secret->decrypt();

if ($decrypted) {
    print_r($secret->getValue());
}