Search by

nvanzhin / randomizer

Vanzhin

Shuffles words in a sentence and characters in words

1.0.2 2025-02-16 11:46 UTC

This package is auto-updated.

Last update: 2026-08-16 15:02:09 UTC


README

Shuffles words in a sentence and characters in words

Installation

You can install the package via composer:

 composer require nvznahin/randomizer

Usage

Import the class into your namespace:

 use  Nvanzhin\Randomizer\Randomizer

Random string

$random = new Random();
$random->randomize('Hello world');