Skip to content

A PHP package to retrieve bible verses from dailyverses.net.

Notifications You must be signed in to change notification settings

wallacemaxters/DailyVerses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallaceMaxters/Dailyverses

A PHP package to retrieve bible verses from dailyverses.net.

Instalation

composer require wallacemaxters/dailyverses

Usage

use WallaceMaxters\DailyVerses\Verse;
use WallaceMaxters\DailyVerses\Version;

$result = Verse::ofTheDay(Version::NIV);

echo $result['text'];
echo $result['verse'];
echo $result['href'];

The output is:

Come to me, all you who are weary and burdened, and I will give you rest.
Matthew 11:28
https://dailyverses.net/matthew/11/28

About

A PHP package to retrieve bible verses from dailyverses.net.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages