olelishna/diceroller

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

This package is auto-updated.

Last update: 2025-06-17 23:54:07 UTC


README

Rolls any dice

Requirements

  • PHP 7.4

Installation

  • composer require olelishna/diceroller

Use

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