2017 © Pedro Peláez
 

library vaultlib

A PHP library for interacting with a Vault secrets store

image

psecio/vaultlib

A PHP library for interacting with a Vault secrets store

  • Tuesday, July 17, 2018
  • by enygma
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

vaultlib

A simple Vault client for PHP making use of Guzzle for HTTP API requests., (*1)

Installation

Install via Composer:, (*2)

composer require psecio/vaultlib

Usage:

isSealed() == true) {
    echo 'The vault is sealed';
}

// Get a secret value
$secret = 'secretName';
$result = $client->getSecret($secret);

/// Delete a secret value
$client->deleteSecret($secret);

// Set a secret value
$client->setSecret($secret, ['testing1' => 'foo']);
?>

The Versions

17/07 2018

dev-master

9999999-dev https://github.com/psecio/vaultlib.git

A PHP library for interacting with a Vault secrets store

  Sources   Download

MIT

The Requires

 

The Development Requires

api client secret vaile

17/07 2018

0.1

0.1.0.0 https://github.com/psecio/vaultlib.git

A PHP library for interacting with a Vault secrets store

  Sources   Download

MIT

The Requires

 

The Development Requires

api client secret vaile