2017 © Pedro Peláez
 

library lottery-poetry-jinqiangua

Lottery poetry - Jin Qian Gua(金錢卦)

image

destinylab/lottery-poetry-jinqiangua

Lottery poetry - Jin Qian Gua(金錢卦)

  • Monday, July 28, 2014
  • by indigofeather
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Lottery-Poetry-JinQianGua(金錢卦)

Lottery-Poetry-JinQianGua is the data of Lottery-Poetry-Engine., (*1)

Requirement

  • PHP >=5.4

Installing via Composer

The recommended way to install Lottery-Poetry-JinQianGua is through Composer., (*2)

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, update your project's composer.json file to include Lottery-Poetry-JinQianGua:, (*3)

{
    "require": {
        "destinylab/lottery-poetry-jinqiangua": "dev-master"
    }
}

Usage

<?php

require_once 'vendor/autoload.php';

$suit = new DestinyLab\LotteryPoetry\JinQianGua([__DIR__.'/resources'], 'yml');
$engine = new DestinyLab\LotteryPoetry\Engine($suit);

// get contents
$engine->draw();

// get only key
$engine->draw(true);

License

MIT, (*4)

The Versions

28/07 2014

dev-master

9999999-dev

Lottery poetry - Jin Qian Gua(金錢卦)

  Sources   Download

MIT

The Requires

 

by Lance He