Generate Cryptographically Secure Random Values
"Random generates cryptographically secure random values in a range of different formats through a simple helper package for PHP.
Random was created because I was constantly encountering weak and insecure random value generations within apps during my Laravel and PHP Security Audits and I wanted a secure solution to point my clients to without needing them to implement secure algorithms themselves. The idea was then expanded out a bit to support all the common random value types I've encountered.
It supports Laravel's Collections, but doesn't pull in any Laravel code."
Stephen Rees-Carter
@valorin