austriannoah/chancesapi

A Simple Chances API forked by RexZetronYT23 and will edited and maintained by AustrianNoah jebote

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/austriannoah/chancesapi

dev-main 2024-03-03 13:44 UTC

This package is auto-updated.

Last update: 2025-10-01 00:10:28 UTC


README

Installing

$ composer require austriannoah/chancesapi

or just adding this to your composer.json

{
    "require": {
        "austriannoah/chancesapi": "dev-main"
    }
}

Usage

    Chances::chance("fifty-fifty", function () {
        // use this for success
    }, function () {
        // use this for failure
});