Docs: Add Mittwald Vault Libraries (#9402)

This commit is contained in:
Marco Rieger 2021-06-11 20:11:01 +02:00 committed by GitHub
parent 2995aa53f5
commit 77f9ff97e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)