itk-dev/vault

Library to communicate with Hashicorp Vault

0.1.0 2024-10-21 07:16 UTC

This package is auto-updated.

Last update: 2024-10-21 07:20:04 UTC


README

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.