php 周易,GitHub - jyiL/lunarPHP: 易经六十四卦排盘类库

lunarPHP

About lunarPHP

根据以下开源项目修改整合封装的一个php易经六十四卦排盘类库,只需要引入路口文件就可以简单的调用方法求出卦象结果

运行环境要求PHP7以上。

目录结构

初始的目录结构如下:

├─core 类库核心文件

│ ├─Calendar.lrp.php

│ ├─GanZhi.php

│ ├─Hexagrams.lrp.php

│ ├─Logger.lrp.php

│ ├─Lunar.lrp.php

│ └─Model.lrp.php

│ └─Common.lrp.php

├─config 系统配置文件

│ └─config.php

├─database 数据文件

│ └─gua.json

├─language 语言包

│ └─language.php

├─logs 日志信息

│ └─xxx.log

├─autoloader.php 自动加载文件

├─example.php 示例文件

├─composer.json composer 定义文件

├─lunarPHP.php 入口文件

├─README.md README 文件

EXAMPLE

php example.php -d yyyy-mm-dd -h 时辰

QUICK START

require_once 'LunarPHP.php';

License

lunarPHP is open-sourced software licensed under the WTFPL license.