onody/gachagacha
最新稳定版本:1.0.0
Composer 安装命令:
composer require onody/gachagacha
包简介
Gacha-Gacha is an implementation of weighted randomization in PHP.
README 文档
README
Description
Gacha-Gacha is an implementation of weighted randomization in PHP.
Gacha-Gacha requires PHP >= 5.3.3.
Usage
require_once './vendor/onody/gachagacha/src/autoload.php'; $gachagacha = new \GachaGacha\Picker(); $gachagacha->set('Marks', 30.124); $gachagacha->set('Daniel', 20); $gachagacha->set('Schuster', 0); $gachagacha->pick(); // single item $gachagacha->pick(1000); // array of items
Install
{
"require": {
"onody/gachagacha": "1.0.0"
}
}
php composer.phar install
Licence
[MIT]
Author
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-22