Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 195 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 195 Bytes

Dice Roller

Rolls any dice

Requirements

  • PHP 7.4

Installation

  • composer require olelishna/diceroller

Use

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