skylerkatz/bible-abbreviation-expander
Composer 安装命令:
composer require skylerkatz/bible-abbreviation-expander
包简介
Convert a book of the bible from it's abbreviation to the book full name
README 文档
README
Expand a book of the Bible's abbreviation to its full name.
Install
Via Composer
$ composer require skylerkatz/bible-abbreviation-expander
Usage
use SkylerKatz\BibleAbbreviationExpander\Abbreviation; $abbreviation = 'Gen'; $book = Abbreviation::expand($abbreviation); echo $book; // 'Genesis'
Testing
$ composer test
Credits
- [Skyler Katz][https://github.com/skylerkatz]
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-06