PHP code example of c0destep / holy_bible
1. Go to this page and download the library: Download c0destep/holy_bible library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
c0destep / holy_bible example snippets
use HolyBible\Bible;
use HolyBible\Books;
$bible = new Bible();
print_r($bible->getChapter(Books::FIRST_CORINTHIANS, 2));