nvanzhin / randomizer
Shuffles words in a sentence and characters in words
1.0.2
2025-02-16 11:46 UTC
Requires
- php: ^7.0 || ^8.0
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');