cyphrix / random-org
Random.org JSON-RPC mini-client for generating passwords / UUIDs
0.9.1
2016-01-28 21:48 UTC
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-03-01 21:32:56 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.