madeasdev/chances

There is no license information available for the latest version (dev-main) of this package.

A simple chances api

dev-main 2023-01-11 16:23 UTC

This package is auto-updated.

Last update: 2024-04-11 18:50:03 UTC


README

A very simple chances api

NOW AVAILABLE ON COMPOSER composer require madeasdev/chances

Usage:

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

Download:

Click here