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.
You can install this library by utilizing PHP Composer, which is the recommended dependency management tool for PHP.
composer require itk-dev/vault
See details on contributing in the contributing docs.