2017 © Pedro Peláez
 

library laravel-vault

A Laravel interface for Hashicorp Vault

image

tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  • Wednesday, February 14, 2018
  • by dweller
  • Repository
  • 5 Watchers
  • 7 Stars
  • 554 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 61 % Grown

The README.md

My Package

A Laravel interface for Hashicorp Vault., (*1)

This is a wrapper around https://github.com/jippi/vault-php-sdk., (*2)

Installation

Add the package via composer

composer require tokenly/laravel-vault

Usage with Laravel

Add the Service Provider

Add the following to the providers array in your application config:, (*3)

Tokenly\Vault\VaultServiceProvider::class,

Set the environment variables

VAULT_ADDR=https://127.0.0.1:8200
VAULT_CA_CERT_PATH=/path/to/ca.cert

Use it


// get the vault seal status $vault = app('vault'); $seal_status = $vault->sys()->sealStatus(); // seal the vault $token = '1389b58b-0000-4800-a000-1d8869aee825'; // your vault authentication token $vault = app('vault')->setToken($token); $vault->sys()->seal();

The Versions

14/02 2018

dev-master

9999999-dev https://github.com/tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel vault

14/02 2018

v0.2.3

0.2.3.0 https://github.com/tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel vault

13/02 2018

v0.2.2

0.2.2.0 https://github.com/tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel vault

07/11 2017

v0.2.1

0.2.1.0 https://github.com/tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel vault

07/11 2017

v0.2.0

0.2.0.0 https://github.com/tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel vault

28/07 2017

v0.1.0

0.1.0.0 https://github.com/tokenly/laravel-vault

A Laravel interface for Hashicorp Vault

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel vault