tarot:塔罗牌的工具

时间:2021-06-11 20:11:40
【文件属性】:
文件名称:tarot:塔罗牌的工具
文件大小:20KB
文件格式:ZIP
更新时间:2021-06-11 20:11:40
PHP 塔罗牌 塔罗牌是塔罗牌的工具。 要求 PHP >=5.4 通过 Composer 安装 推荐的安装 Tarot 的方法是通过 Composer。 # Install Composer curl -sS https://getcomposer.org/installer | php 接下来,更新项目的 composer.json 文件以包含 Tarot: { " require " : { " destinylab/tarot " : " dev-master " } } 用法 <?php require_once 'vendor/autoload.php' ; // get the Rider-Waite deck $ deck = new \ DestinyLab \ TarotDeck ( 'Rider-Waite' ); var_dump
【文件预览】:
tarot-master
----.gitignore(129B)
----README.md(2KB)
----resources()
--------Rider-Waite.json(3KB)
--------error.json(2B)
--------custom.json(307B)
----tests()
--------acceptance()
--------unit()
--------_support()
--------unit.suite.yml(142B)
--------functional()
--------functional.suite.yml(298B)
--------_data()
--------_bootstrap.php(95B)
--------acceptance.suite.yml(384B)
----composer.json(524B)
----src()
--------TarotTrait.php(373B)
--------TarotDeck.php(2KB)
--------TarotDraw.php(4KB)
--------TarotException.php(217B)
----codeception.yml(407B)
----.travis.yml(386B)

网友评论