1.0.0 - 2026-03-11
StringGenerator— final stateless service withgenerate(int $length, CharRange|string $alphabet)methodCharRangeenum — 7 predefined ASCII ranges: Numeric, Lowercase, Uppercase, Alpha, AlphaNumeric, Special, Any- Custom string alphabet support (any string with ≥ 2 distinct bytes)
- Binary-safe generation (works with null bytes and full 0x00–0xFF range)
- Static alphabet caching in
CharRange::alphabet() - PHPStan level 9
- PHPUnit test suite
- PHPBench benchmark suite with baseline comparison in CI