Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 467 Bytes

StringGenerator

Scrutinizer Code Quality

This lib can generate strings like password or Lorem Ipsum.

Password

This lib generates passwords

require __DIR__.'/vendor/autoload.php';

echo \OKLM\StringGenerator\PasswordGenerator::generate(10, \OKLM\StringGenerator\PasswordGenerator::PASSWORD_EASY, '');