PHPackages                             tokenly/laravel-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. tokenly/laravel-vault

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

tokenly/laravel-vault
=====================

A Laravel interface for Hashicorp Vault

v0.2.3(8y ago)1717.1k↓33.3%8[2 issues](https://github.com/tokenly/laravel-vault/issues)MITPHPPHP ~5.6|~7.0CI failing

Since Jul 28Pushed 6y ago4 watchersCompare

[ Source](https://github.com/tokenly/laravel-vault)[ Packagist](https://packagist.org/packages/tokenly/laravel-vault)[ Docs](https://github.com/tokenly/laravel-vault)[ RSS](/packages/tokenly-laravel-vault/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

My Package
==========

[](#my-package)

A Laravel interface for Hashicorp Vault.

This is a wrapper around .

Installation
============

[](#installation)

### Add the package via composer

[](#add-the-package-via-composer)

```
composer require tokenly/laravel-vault

```

Usage with Laravel
------------------

[](#usage-with-laravel)

### Add the Service Provider

[](#add-the-service-provider)

Add the following to the `providers` array in your application config:

```
Tokenly\Vault\VaultServiceProvider::class,

```

### Set the environment variables

[](#set-the-environment-variables)

```
VAULT_ADDR=https://127.0.0.1:8200
VAULT_CA_CERT_PATH=/path/to/ca.cert

```

### Use it

[](#use-it)

```
// get the vault seal status
$vault = app('vault');
$seal_status = $vault->sys()->sealStatus();

// seal the vault
$token = '1389b58b-0000-4800-a000-1d8869aee825'; // your vault authentication token
$vault = app('vault')->setToken($token);
$vault->sys()->seal();
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

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

Every ~50 days

Total

5

Last Release

3016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b86e6a54873d5dd61d3682a3be00127af3b7b2b5c53eb070b160e29789d4c0d?d=identicon)[dweller](/maintainers/dweller)

---

Top Contributors

[![deweller](https://avatars.githubusercontent.com/u/51414?v=4)](https://github.com/deweller "deweller (4 commits)")[![cryptonaut420](https://avatars.githubusercontent.com/u/8463048?v=4)](https://github.com/cryptonaut420 "cryptonaut420 (2 commits)")

---

Tags

laravelvault

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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