olelishna/diceroller

骰子投掷器

v2.0.0 2022-05-17 16:45 UTC

This package is auto-updated.

Last update: 2024-09-17 22:06:35 UTC


README

投掷任何骰子

需求

  • PHP 7.4

安装

  • composer require olelishna/diceroller

使用

<?php
$roll = Olelishna\Diceroller\Dice::roll(20);
echo $roll;