Skip to content

DestinyLab/lottery-poetry-jinqiangua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lottery-Poetry-JinQianGua(金錢卦)

Lottery-Poetry-JinQianGua is the data of Lottery-Poetry-Engine.

Requirement

  • PHP >=5.4

Installing via Composer

The recommended way to install Lottery-Poetry-JinQianGua is through Composer.

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

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

{
    "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

About

Lottery poetry - Jin Qian Gua(金錢卦)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages