skylerkatz/bible-abbreviation-expander

将圣经书籍的缩写转换为全名

2.0.0 2019-10-14 20:12 UTC

This package is auto-updated.

Last update: 2024-09-21 16:59:00 UTC


README

将圣经书籍的缩写扩展为其全名。

安装

通过 Composer

$ composer require skylerkatz/bible-abbreviation-expander

用法

use SkylerKatz\BibleAbbreviationExpander\Abbreviation;
$abbreviation = 'Gen';
$book = Abbreviation::expand($abbreviation);
echo $book; // 'Genesis'

测试

$ composer test

鸣谢

许可

MIT 许可证 (MIT)。更多信息请参阅 许可文件