Php library to provide a bible API.
- getBibleVersions(): Get available Bible versions.
- getBibleBooks(): Get the Bible book list (Genesis, Exodus, Leviticus...)
- getVersesFromBook($version, $book): Get all verses Bible book.
- getVerse($version, $book, $chapter, $num_verse): Get a specific verse.
- Provide Bible data (books name's, versions name's, verses) from JSON collection files.
- Caching process: Store verses result in a global php array