jfastnacht/dice-roller

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:application

pkg:composer/jfastnacht/dice-roller

dev-develop 2019-06-08 23:45 UTC

This package is auto-updated.

Last update: 2025-12-09 13:59:01 UTC


README

A simple pen & paper dice roller written in PHP.

Installation

Install with Composer:

composer global install jfastnacht/dice-roller dev-develop

Usage

If you have set your PATH for Composer binaries use:

dice-roller dice:roll 1d20+2

to roll a d20 dice +2. If not use the absolute path instead.

Contribution

Feel free to fork or use the parser code, it's probably not the best way to implement that anyways.