PHP Package: dedoc/scramble

Scramble is a PHP library providing advanced text scrambling functions for enhanced data security and privacy protection. It offers various algorithms for obfuscating sensitive information effectively.

Current Version: 0.12.35
Last Updated: 2025-09-24
PHP Requirement: ^8.1
Dependencies: None

Package Description

Scramble is a versatile PHP library focused on enhancing data security by providing powerful text scrambling capabilities. With a range of encryption algorithms, it ensures privacy protection for sensitive information. The library is designed to be easy to integrate and offers seamless functionalities for various encryption needs.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.12.35

Download Download v0.12.35

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/dedoc/scramble/0.12.35/loader.php';

use dedoc\scramble\Scrambler;

$obj = new Scrambler();
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.