skylerkatz / bible-abbreviation-expander
Convert a book of the bible from it's abbreviation to the book full name
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/skylerkatz/bible-abbreviation-expander
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ^7.4
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2025-09-21 19:05:42 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
- [Skyler Katz][https://github.com/skylerkatz]
License
The MIT License (MIT). Please see License File for more information.