Download the PHP package dykyi-roman/vault-client without Composer
On this page you can find all versions of the php package dykyi-roman/vault-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dykyi-roman/vault-client
More information about dykyi-roman/vault-client
Files in dykyi-roman/vault-client
Package vault-client
Short Description Vault Client
License MIT
Homepage https://github.com/dykyi-roman
Informations about the package vault-client
Vault Server
How to run vault server on the Docker read here. Author: neb0t
Vault Client
Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
Documentation
All documentation is available on the Vault website.
Cache system
Stash - a package was used for cache data. Stash makes it easy to speed up your code by caching the results of expensive functions or code.
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
or add
to the require section of your
Usage
1) Make sure to update your /.env file with your app ID & secret.
2) Or use function
Example
Available environment
- DEV -
- PROD -
- TEST -
Author
Dykyi Roman, e-mail: [email protected]
All versions of vault-client with dependencies
psr/log Version ^1.0
eloquent/enumeration Version ^5.1
psr/http-message Version *
guzzlehttp/guzzle Version ^6.3
tedivm/stash Version ^0.14.2