paragonie.com/software
random_compat exists so that your framework can use the newer PHP 7 CSPRNG API even if they support PHP 5. It's used by a lot of projects, including WordPress.
github.com/paragonie/rand…
github.com/paragonie/sodi…
These days, you'll want SeedSpring, which uses AES-CTR to generate a long stream of pseudorandom bytes: github.com/paragonie/seed…
github.com/paragonie/phar…
github.com/paragonie/ioni…
github.com/paragonie/csp-…
github.com/paragonie/ciph…
github.com/paragonie/chro…
Never again disable certificate validation in a PHP project, especially in eCommerce software!
github.com/paragonie/cert…
github.com/paragonie/easy…
A. Your framework already solves the same problem as one of these libraries, OR
B. You (or your framework) are using the appropriate library
CipherSweet has no competition. If you need searchable encryption in PHP, that's probably your best bet.
The rest lie on a spectrum in-between both extremes.