PHP Package: dedoc/scramble

Scramble is a PHP library for data obfuscation and encryption, designed to protect sensitive information in applications.

Current Version: 0.12.11
Last Updated: 2025-03-09
PHP Requirement: >=7.1
Dependencies: vendor1/library1, vendor2/library2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Scramble is a powerful PHP library that provides advanced algorithms for data scrambling, encryption, and secure transmission. It ensures the confidentiality and integrity of sensitive information in web applications, enhancing data security and privacy. With Scramble, developers can easily implement robust security measures to safeguard user data against unauthorized access and breaches.

🔗 View on GitHub

Download Latest Version: 0.12.11

Download Download v0.12.11

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/dedoc/scramble/0.12.11/autoload.php';

use Scramble\Scramble\Scrambler;
use Scramble\Encryption\Encryptor;
use vendor1\library1\Class1;
use vendor2\library2\Class2;


$obj = new Scramble\Scramble\Scrambler();
echo "✅ Example created successfully.";

?>

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