Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 577 Bytes

File metadata and controls

22 lines (14 loc) · 577 Bytes

Vault library

A PHP library for authenticating and fetching secrets with HashiCorp Vault using the approle method. This library implements the PSR-18 and PSR-17 interfaces, so you will need to provide your own HTTP client.

Install

You can install this library by utilizing PHP Composer, which is the recommended dependency management tool for PHP.

composer require itk-dev/vault

Usage

See itk-dev/vault-bundle

Developing

See details on contributing in the contributing docs.