From ccce78a6d07de426e97e0dab518b7c8ea3dfcc3f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 20 Apr 2016 13:59:39 +0000 Subject: [PATCH] Add vault-php-sdk to libraries page --- website/source/docs/http/libraries.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/http/libraries.html.md b/website/source/docs/http/libraries.html.md index 46e54f7fd9..b400f5331c 100644 --- a/website/source/docs/http/libraries.html.md +++ b/website/source/docs/http/libraries.html.md @@ -50,6 +50,11 @@ These libraries are provided by the community. * [vaulted](https://github.com/chiefy/vaulted) * `npm install vaulted` +### PHP + +* [vault-php-sdk](https://github.com/jippi/vault-php-sdk) + * `composer require jippi/vault-php-sdk` + ### Python * [HVAC](https://github.com/ianunruh/hvac)