itk-dev / vault
Library to communicate with Hashicorp Vault
0.1.0
2024-10-21 07:16 UTC
Requires
- php: >=8.2
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
- psr/simple-cache: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- phpunit/phpunit: ^11.3
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
Developing
See details on contributing in the contributing docs.