Download the PHP package ict/secrets without Composer
On this page you can find all versions of the php package ict/secrets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package secrets
Introduction
This bundle allows developers to encrypt its keys ans store them using redis as a vault
Requirements
- This bundle requires sodium extension and predis to be installed.
Installation
Install it using composer:
Configuration
Bundle requires the following configuration:
At the moment, only sodium encoder and redis vault are allowed.
How to use it
Inject Vault service:
Store a secret
_your_encription_keysname is used to store the encription keys by which your secrets will be encripted
Retrieve a secret
Remove a secret
All versions of secrets with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-ctype Version *
ext-iconv Version *
symfony/console Version 6.*
symfony/dotenv Version 6.*
symfony/flex Version ^2
symfony/framework-bundle Version 6.*
symfony/runtime Version 6.*
symfony/yaml Version 6.*
ext-ctype Version *
ext-iconv Version *
symfony/console Version 6.*
symfony/dotenv Version 6.*
symfony/flex Version ^2
symfony/framework-bundle Version 6.*
symfony/runtime Version 6.*
symfony/yaml Version 6.*
The package ict/secrets contains the following files
Loading the files please wait ....