christhompsontldr/laravel-rng
Deterministic, stream-isolated RNG for Laravel built on PHP’s Random extension. Seed once to get reproducible sequences across named streams (e.g., seeding vs combat). Includes helpers for int ranges, chance, and pick, plus optional roll logging with audit command.
Architecture fit is strong for Laravel applications needing deterministic randomness—streams isolate contexts (e.g., seeding vs combat), and native PHP Random extension usage aligns with modern PHP standards. Integration feasibility is high: Composer install, config publishing, and minimal code changes (inject RngManager and call stream methods). Technical risks include near-zero adoption (0 stars, 0 dependents), future-dated release (2026-02-11), and exclusive PHP 8
How can I help you explore Laravel packages today?