2017 © Pedro Peláez
 

library vault-php

Best Vault client for PHP that you can find

image

csharpru/vault-php

Best Vault client for PHP that you can find

  • Wednesday, July 25, 2018
  • by CSharpRU
  • Repository
  • 3 Watchers
  • 12 Stars
  • 2,748 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 5 Open issues
  • 29 Versions
  • 50 % Grown

The README.md

Vault PHP client Build Status Codacy Badge Codacy Badge Read the Docs Badge

example workflow, (*1)

This is a PHP client for Vault - a tool for managing secrets., (*2)

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., (*3)

composer require csharpru/vault-php

Documentation

Latest documentation is available here: http://vault-php.readthedocs.io/en/latest/, (*4)

Developing

If you want to contribute, execute following shell commands:, (*5)

git clone https://github.com/CSharpRU/vault-php.git
cd vault-php/
composer install

Now you're ready to write tests and code., (*6)

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome., (*7)

Little hints for new contributors: * This repository follows gitflow and semver. * Please follow PSR and other good coding standards., (*8)

Licensing

The code in this project is licensed under MIT license., (*9)

The Versions

11/04 2017

2.0.0

2.0.0.0

Best Vault client for PHP that you can find

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yaroslav Lukyanov

10/04 2017

1.0.0

1.0.0.0

Best Vault client for PHP that you can find

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yaroslav Lukyanov