Skip to content

splitant/php-bible-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-bible-api

Php library to provide a bible API.

Methods

  • 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.

How it works

  • Provide Bible data (books name's, versions name's, verses) from JSON collection files.
  • Caching process: Store verses result in a global php array

About

Php library to provide a bible API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages