Skip to content

Releases: taranovegor/string-generator

v1.0.0 — Initial release

Choose a tag to compare

@taranovegor taranovegor released this 07 Jul 11:31
4cf5d94

Features:

  • Cryptographically-secure random string generation using random_bytes()
  • Predefined alphabets: Digits, AlphaLower, AlphaUpper, Alpha, Alphanumeric, Punctuation, Printable
  • Custom alphabet support (any byte set)
  • Zero external dependencies, PHP 8.2+

Full Changelog: https://github.com/taranovegor/string-generator/commits/v1.0.0