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

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

sinevia/laravel-vault
=====================

A vault implementation for Laravel

v1.0.0(7y ago)12351proprietaryPHP

Since Jul 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Sinevia/laravel-vault)[ Packagist](https://packagist.org/packages/sinevia/laravel-vault)[ Docs](https://github.com/Sinevia/laravel-vault)[ RSS](/packages/sinevia-laravel-vault/feed)WikiDiscussions master Synced yesterday

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

Laravel Vault
=============

[](#laravel-vault)

Vault - a secure value storage (data-at-rest) implementation for Laravel. It can be used directly, or attached to Laravel models. When attached to models it stores the values of the attributes securely in the Vault's table. The attributes in the model's table only contain the corresponding identifiers referencing the Vault's table.

Installation
------------

[](#installation)

```
composer require sinevia/laravel-vault

```

Table Schema
------------

[](#table-schema)

The following schema is used for the database.

VaultIdString, UniqueIdValueLong TextCreatedAtDateTimeDeletedAtDateTimeUpdatedAtDateTimeHow to Use
----------

[](#how-to-use)

### 1. Migrations

[](#1-migrations)

- 1.1. Add the migration file to your database/migrations directory

```
