olelishna/diceroller

Dice Roller

Maintainers

Package info

github.com/olelishna/diceroller

pkg:composer/olelishna/diceroller

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-18 01:32:18 UTC


README

Rolls any dice

Requirements

  • PHP 7.4

Installation

  • composer require olelishna/diceroller

Use

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