Vault PHP client

This is a PHP client for Vault - a tool for managing secrets.
Features
- Supports different authentication backends with token caching and re-authentication.
- Different transports for different PHP versions.
Installing / Getting started
Simply run this command within your directory with composer.json.
composer require csharpru/vault-phpDocumentation
Latest documentation is available here: http://vault-php.readthedocs.io/en/latest/
Developing
If you want to contribute, execute following shell commands:
git clone https://github.com/CSharpRU/vault-php.git
cd vault-php/
composer installNow you're ready to write tests and code.
Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Little hints for new contributors:
- This repository follows gitflow and semver.
- Please follow PSR and other good coding standards.
Licensing
The code in this project is licensed under MIT license.
