NOTE: the features of php_outline (and more) have been merged into the Bible app Selah: https://github.com/toazd/selah. php_outline does not handle consecutive strongs numbers very well (when a word has multiple strongs numbers associated with it) and does not include strongs TVM codes (Selah does).
Ever wonder why Strong's didn't include a convenient index of where every code appears? I did, and then I also wondered why does no such digital tool exist?
How about a fast way to lookup a word and find all the Strong's numbers associated with it?
Well, look no further because php_outline accomplishes these tasks and more!
Yea I know, for what it does the name is terrible 🤷♂️.
Technical requirements:
- Requires a web server with PHP or PHP desktop (chrome): https://github.com/cztomczak/phpdesktop
- Requires the PHP extension mbstring to be enabled (php.ini)
- On linux you can test it quickly by simply cloning the repo, entering the directory, then running
php -S localhost:8000