dboskovic/bazaar
Composer 安装命令:
composer require dboskovic/bazaar
包简介
Random item and Heroku-ish name generator package ported from raycchan/bazaar gem
README 文档
README
Bazaar is a random item and Heroku-ish name generator ported from the @raycchan's ruby version https://github.com/raycchan/bazaar.
Installation
Install the latest version with
$ composer require dboskovic/bazaar
Basic Usage
<?php require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload use Bazaar\Bazaar; // create a log channel Bazaar::object(); // => "dirty rubberband" // => "unusual pillow" // => "slippery toothpaste" Bazaar::super_object(); // => "unwavering foliage" // => "tranquil snowflake" // => "exuberant drylands" Bazaar::heroku(); // => "inquisitive-cavern-6617" // => "jubilant-sunset-9301" // => "frightened-geyser-4542" Bazaar::adj(); // => "colossal" Bazaar::item(); // => "javelin" Bazaar::super_adj(); // => "limitless" Bazaar::super_item(); // => "lagoon"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
统计信息
- 总下载量: 132
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-07