cyphrix / random-org
用于生成密码/UUID的Random.org JSON-RPC迷你客户端
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: 2024-09-14 19:03:57 UTC
README
为adventuresinphp.net开发。可能在其他地方也有应用。例如用法,请参阅 public/index.php。
示例需要基目录中的.env文件,将参数RANDOM_ORG_API_KEY设置为您的密钥,可以从Random.org网站获取。
已将.env.example文件包含在基目录中,方便使用。只需将此文件重命名为.env,并在提供的空间中提供您的API密钥。