PHPackages                             kebacorp/vaultsecret - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kebacorp/vaultsecret

ActiveExtension[Utility &amp; Helpers](/categories/utility)

kebacorp/vaultsecret
====================

The extension allows to load the Vault secrets from json files and get them

v2.0.4(1y ago)69.2k1[1 PRs](https://github.com/KebaCorp/VaultSecret/pulls)BSD-3-ClausePHPPHP &gt;=5.3

Since Aug 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KebaCorp/VaultSecret)[ Packagist](https://packagist.org/packages/kebacorp/vaultsecret)[ Docs](https://github.com/KebaCorp/VaultSecret)[ RSS](/packages/kebacorp-vaultsecret/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (0)

 [ ![](https://avatars0.githubusercontent.com/u/29224726?s=400&u=ed586fe0e07d9d68d1594e0020d7e8e5fd2ac3d5&v=4) ](https://github.com/KebaCorp)

VaultSecret
===========

[](#vaultsecret)

The extension allows to **LOAD** the Vault secrets from Vault service or from json files and **GET** them.

For license information check the [LICENSE](LICENSE.md)-file.

[![Total Downloads](https://camo.githubusercontent.com/74a3c31c06e0ab0ee4260d072ffe871062d1468c764de84a09e729f138ce7900/68747470733a2f2f706f7365722e707567782e6f72672f6b656261636f72702f7661756c747365637265742f646f776e6c6f616473)](https://packagist.org/packages/kebacorp/vaultsecret)[![Latest Stable Version](https://camo.githubusercontent.com/edb5586eafe060c996fc2edcf1f2fbc2c619867b8af843b78677208916665842/68747470733a2f2f706f7365722e707567782e6f72672f6b656261636f72702f7661756c747365637265742f762f737461626c65)](https://packagist.org/packages/kebacorp/vaultsecret)[![License](https://camo.githubusercontent.com/4125a0221851fc0519eccea1b6e2970fa3e5eed8e468fc8f26be00595b5ca4e2/68747470733a2f2f706f7365722e707567782e6f72672f6b656261636f72702f7661756c747365637265742f6c6963656e7365)](https://packagist.org/packages/kebacorp/vaultsecret)

Requirements:
-------------

[](#requirements)

- PHP 5.3 and higher.

Installation:
-------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist kebacorp/vaultsecret

```

or add

```
"kebacorp/vaultsecret": "*"

```

to the require section of your composer.json.

Usage
-----

[](#usage)

**Get secret from file that contains json string:**

```
