mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Docs: Add Mittwald Vault Libraries (#9402)
This commit is contained in:
parent
2995aa53f5
commit
77f9ff97e1
1 changed files with 18 additions and 0 deletions
|
|
@ -83,6 +83,12 @@ $ Install-Package Vault
|
|||
$ go get github.com/adfinis-sygroup/vault-client
|
||||
```
|
||||
|
||||
- [vaultgo](https://github.com/mittwald/vaultgo)
|
||||
|
||||
```shell-session
|
||||
$ go get github.com/mittwald/vaultgo
|
||||
```
|
||||
|
||||
### Haskell
|
||||
|
||||
- [vault-tool](https://hackage.haskell.org/package/vault-tool)
|
||||
|
|
@ -114,6 +120,12 @@ $ stack install gothic
|
|||
$ npm install node-vault
|
||||
```
|
||||
|
||||
- [vaulTS](https://github.com/mittwald/vaulTS) (Github NPM Registry)
|
||||
|
||||
```shell-session
|
||||
$ npm install @mittwald/vaults
|
||||
```
|
||||
|
||||
### PHP
|
||||
|
||||
- [vault-php-sdk](https://github.com/jippi/vault-php-sdk)
|
||||
|
|
@ -134,6 +146,12 @@ $ composer require violuke/vault-php-sdk
|
|||
$ composer require csharpru/vault-php
|
||||
```
|
||||
|
||||
- [vault-php](https://github.com/mittwald/vaultPHP)
|
||||
|
||||
```shell-session
|
||||
$ composer require mittwald/vault-php
|
||||
```
|
||||
|
||||
### PowerShell
|
||||
|
||||
- [Zyborg.Vault](https://github.com/zyborg/Zyborg.Vault)
|
||||
|
|
|
|||
Loading…
Reference in a new issue