austriannoah/chancesapi
A Simple Chances API forked by RexZetronYT23 and will edited and maintained by AustrianNoah jebote
Maintainers
dev-main
2024-03-03 13:44 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-or-later 2796de69749c42a63d1243950bed421bd9682a97
- AustrianNoah
This package is auto-updated.
Last update: 2026-06-29 02:14:42 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 });
