skylerkatz/bible-abbreviation-expander

Convert a book of the bible from it's abbreviation to the book full name

2.0.0 2019-10-14 20:12 UTC

This package is auto-updated.

Last update: 2024-04-21 16:09:54 UTC


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

License

The MIT License (MIT). Please see License File for more information.