PHPackages                             aoepeople/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aoepeople/vault

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

aoepeople/vault
===============

Vault

1.0.3(10y ago)17.4k

Since Apr 1Compare

[ Source](https://github.com/AOEpeople/Vault)[ Packagist](https://packagist.org/packages/aoepeople/vault)[ RSS](/packages/aoepeople-vault/feed)WikiDiscussions Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Vault
=====

[](#vault)

Simple vault that allows encrypting and decrypting files based on an encryption key and a mac from environment variables.

Author: [Fabrizio Branca](https://twitter.com/fbrnc)

### Configuration

[](#configuration)

```
export VAULT_ENCRYPTION_KEY=
export VAULT_MAC_KEY=

```

### Key Generation

[](#key-generation)

see

### Commands

[](#commands)

```
vault:encrypt
vault:decrypt [--force]

```

### PHP

[](#php)

Example

```
$plainText = \Vault\Vault::open('vault/config.yml.encrypted');
$config = \Symfony\Component\Yaml\Yaml::parse($plainText);
// and check out \Vault\Vault's other methods...

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7c128588934775b07942f0a35a325d72cb06acb975f4527e20b4a20ded97d18?d=identicon)[fbrnc](/maintainers/fbrnc)

### Embed Badge

![Health badge](/badges/aoepeople-vault/health.svg)

```
[![Health](https://phpackages.com/badges/aoepeople-vault/health.svg)](https://phpackages.com/packages/aoepeople-vault)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[php-soap/wsdl

Deals with WSDLs

183.8M18](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5155.1k17](/packages/phel-lang-phel-lang)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
