destinylab / lottery-poetry-engine
The engine of lottery poetry
dev-master
2015-04-18 17:17 UTC
Requires
- php: >=5.4.0
- indigofeather/resource-loader: dev-master
Requires (Dev)
- codeception/codeception: 2.0.12
This package is not auto-updated.
Last update: 2025-03-25 06:23:30 UTC
README
Lottery-Poetry-Engine is the engine of lottery poetry.
Requirement
- PHP >=5.4
Installing via Composer
The recommended way to install Lottery-Poetry-Engine is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php
Next, update your project's composer.json file to include Lottery-Poetry-Engine:
{ "require": { "destinylab/lottery-poetry-engine": "dev-master" } }
Usage
<?php require_once 'vendor/autoload.php'; $suit = new DestinyLab\LotteryPoetry\Suit([__DIR__.'/resources/'], 'yml'); $suit->get(1); $suit->total(); $suit->getList(); $engine = new DestinyLab\LotteryPoetry\Engine($suit); // get contents $engine->draw(); // get only key $engine->draw(true);
License
MIT