PHP Classes

File: src/Helpers/helpers.php

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   Laravel PHP Bible   src/Helpers/helpers.php   Download  
File: src/Helpers/helpers.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel PHP Bible
Retrieve content from the Holy Bible
Author: By
Last change:
Date: 4 years ago
Size: 154 bytes
 

Contents

Class file image Download
<?php

if (! function_exists('bible')) {
    function
bible($passage) : string
   
{
        return (new \
Djunehor\Logos\Bible())->get($passage);
    }
}