Skip to content
forked from CSharpRU/vault-php

Best Vault client for PHP that you can find

License

Notifications You must be signed in to change notification settings

qem19/vault-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Warning! This project is not production ready, however I'm using it inside a production project and it works fine. I could change versioning or break backward compatibility. Use it at your own risk.

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-php

Documentation

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 install

Now 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.

About

Best Vault client for PHP that you can find

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%