Menu

Tree [7f11bb] master /
 History

HTTPS access


File Date Author Commit
 app 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...
 bibles 2017-12-08 AIC Web Design AIC Web Design [52ce52] Porting BSS to Lumen, Pt 1: unit tests passing,...
 bootstrap 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...
 config 2017-12-08 AIC Web Design AIC Web Design [52ce52] Porting BSS to Lumen, Pt 1: unit tests passing,...
 database 2017-12-08 AIC Web Design AIC Web Design [52ce52] Porting BSS to Lumen, Pt 1: unit tests passing,...
 public 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...
 resources 2017-12-08 AIC Web Design AIC Web Design [52ce52] Porting BSS to Lumen, Pt 1: unit tests passing,...
 storage 2015-12-09 Luke M Luke M [4ccffc] BSS API (Lumen) Initial Commit
 tests 2017-12-08 AIC Web Design AIC Web Design [52ce52] Porting BSS to Lumen, Pt 1: unit tests passing,...
 .env.example 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...
 .gitignore 2017-12-08 AIC Web Design AIC Web Design [dc8f35] Upgrading Lumen to 5.2
 artisan 2015-12-09 Luke M Luke M [4ccffc] BSS API (Lumen) Initial Commit
 composer.json 2017-12-08 AIC Web Design AIC Web Design [4d98ab] Upgrading Lumen to 5.4
 composer.lock 2017-12-08 AIC Web Design AIC Web Design [4d98ab] Upgrading Lumen to 5.4
 install 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...
 phpunit.xml 2015-12-09 Luke M Luke M [4ccffc] BSS API (Lumen) Initial Commit
 readme.md 2018-02-24 AIC Web Design AIC Web Design [7f11bb] LUMEN: Changed readme
 readme_lumen.md 2015-12-09 Luke M Luke M [8cf72f] Renamed lumen readme file
 server.php 2015-12-09 Luke M Luke M [4ccffc] BSS API (Lumen) Initial Commit
 uninstall 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...
 update 2017-12-09 AIC Web Design AIC Web Design [ede154] Got docs working but middleware broke, api rout...

Read Me

Bible SuperSearch API (Lumen framework)

BibleSuperSearch.com

Webservice API for Bible SuperSearch built using Lumen, Laravel's micro-framework.

Warning

This is an attempt to port Bible SuperSearch from Laravel to Lumen.
While all unit tests are passing, the routing and controller for some reason aren't working.

This codebase is NOT being actively maintained.
Please see the main API git repository.

Everything below this line was copied from the Laravel-based API readme.

Notice

We cannot provide any support for installing or configuring it.
Download and use at your own risk.

Official Documentation

Server Requirements:

  • PHP >= 7.0.0
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Composer

Installation (CLI):

  • Clone this GIT repository
  • Rename .env.example to .env
  • Enter your database connection information in .env. You may wish to set other configs as well at this time.

From the Bible SuperSearch directory, run:

./install

This will set up most of the application.
However, it will not install any Bible modules.

See the php artisan commands for Bibles

Install and enable ALL available Bibles:

php artisan bible:install --all --enable

Documentation for using the API can be found at your API URL once installed.

Contributing

Thank you for considering contributing to Bible SuperSearch. If you find any bugs, please contact us.

License

The Bible SuperSearch API is open-sourced software licensed under the GNU GPL V2 or Greater