PHP Package: csharpru/vault-php

Vault-PHP is a PHP library for secure data storage and retrieval using encryption. It offers seamless integration and robust security features for protecting sensitive information in PHP applications.

Current Version: 4.4.0
Last Updated: Date not available
PHP Requirement: ^7.2 || ^8.0
Dependencies:
phpunit/phpunit
illuminate/database
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Vault-PHP provides an easy-to-use interface for managing encrypted data securely in PHP projects. With advanced encryption algorithms and secure storage mechanisms, it ensures that sensitive data remains protected at all times. This library is designed to safeguard sensitive information and prevent unauthorized access.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.4.1

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/csharpru/vault-php/4.4.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/illuminate/database/12.18.0/loader.php';

use Vault\Vault;
use Illuminate\Database\Connection;
use PHPUnit\Framework\TestCase;

$obj = new Vault();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.