PHPackages                             starcode-solutions/yii2-vault - 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. [Security](/categories/security)
4. /
5. starcode-solutions/yii2-vault

ActiveYii2-extension[Security](/categories/security)

starcode-solutions/yii2-vault
=============================

Vault integration for Yii2

0.2.0(9y ago)323MITPHP

Since Jul 28Pushed 9y ago5 watchersCompare

[ Source](https://github.com/starcode-solutions/yii2-vault)[ Packagist](https://packagist.org/packages/starcode-solutions/yii2-vault)[ RSS](/packages/starcode-solutions-yii2-vault/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (5)Used By (0)

yii2-vault
==========

[](#yii2-vault)

[Vault](https://www.vaultproject.io/) integration for Yii2.

About Vault by HashiCorp
------------------------

[](#about-vault-by-hashicorp)

[![Vault](https://camo.githubusercontent.com/87b92d1e15d152eea8796107f6c3a7dfe0ead6d01a38a9d9d867415613a60a93/68747470733a2f2f7777772e7661756c7470726f6a6563742e696f2f6173736574732f696d616765732f6865726f2d39356234613433342e706e67)](https://camo.githubusercontent.com/87b92d1e15d152eea8796107f6c3a7dfe0ead6d01a38a9d9d867415613a60a93/68747470733a2f2f7777772e7661756c7470726f6a6563742e696f2f6173736574732f696d616765732f6865726f2d39356234613433342e706e67)

[Vault](https://www.vaultproject.io/) secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing. Vault handles leasing, key revocation, key rolling, and auditing. Through a unified API, users can access an encrypted Key/Value store and network encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, and more.

How to install
--------------

[](#how-to-install)

Install from composer

```
composer require starcode-krasnodar/yii2-vault

```

or add to composer.json

```
  // ...
  "require": {
    // ...
    "starcode-krasnodar/yii2-vault": "dev-master",
    // ...
  }
  // ...

```

Add vault module in your application config

```
