cyphrix / random-org
Random.org JSON-RPC mini-client for generating passwords / UUIDs
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/cyphrix/random-org
Requires
- php: >=5.5.0
Suggests
- vlucas/phpdotenv: Required to run the included example file (^2.2)
This package is not auto-updated.
Last update: 2025-10-12 00:47:00 UTC
README
Developed for use on adventuresinphp.net. May have applications elsewhere. For example usage, see public/index.php.
Example requires .env file in base directory, with parameter RANDOM_ORG_API_KEY set to your key, which can be obtained from the Random.org website.
A .env.example file has been included in the base directory for your convenience. Simply rename this to .env and provide your API key in the space provided.