PHPackages                             rootxs/sudobible-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rootxs/sudobible-laravel

ActiveLibrary[API Development](/categories/api)

rootxs/sudobible-laravel
========================

Laravel Service Provider for SudoBible.

0.0.3(10y ago)026MITPHPPHP &gt;=5.4

Since Jul 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Root-XS/SudoBible-Laravel)[ Packagist](https://packagist.org/packages/rootxs/sudobible-laravel)[ Docs](https://github.com/Root-XS/SudoBible-Laravel)[ RSS](/packages/rootxs-sudobible-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

SudoBible-Laravel
=================

[](#sudobible-laravel)

Laravel Service Provider for [SudoBible](https://github.com/Root-XS/SudoBible).

Installation &amp; Setup
------------------------

[](#installation--setup)

Install the SudoBible Service Provider via [Composer](http://getcomposer.org)by adding the `rootxs/sudobible-laravel` package to the `require` object in your project's `composer.json`.

```
{
	...
	"require": {
		"rootxs/sudobible-laravel": "dev-master"
	},
	...
}
```

*NOTE:* This package automatically requires `rootxs/sudobible`, so you do NOT have to add it separately to your `composer.json`.

Then run `composer update`.

Next, add the SudoBible Service Provider to the `providers` array in `config/app.php`.

```
    'providers' => array(
        ...
        'RootXS\SudoBibleServiceProvider',
    )
```

Add the SudoBible facade to the `aliases` array in `config/app.php`.

```
    'aliases' => array(
        ...
        'SudoBible' => 'RootXS\SudoBibleFacade',
    )
```

Configuration
-------------

[](#configuration)

The following environment variables are used to configure SudoBible:

```
SUDOBIBLE_DB_HOST
SUDOBIBLE_DB_USER
SUDOBIBLE_DB_PASS
SUDOBIBLE_DB_NAME
SUDOBIBLE_TRANSLATION // optional

```

### Optional

[](#optional)

To customize the configuration options, publish the configuration file using Artisan:

```
php artisan vendor:publish
```

Update your settings in the generated `app/config/sudobible.php` configuration file.

Usage
-----

[](#usage)

```
SudoBible::verse('John', 3, 16);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3940d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bae2b0ad6d1798fc157354c908fe870fcdc4c42aa37a51d2b875c36bbb5d066?d=identicon)[rootxs](/maintainers/rootxs)

---

Tags

apibiblescriptureversetopic

### Embed Badge

![Health badge](/badges/rootxs-sudobible-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/rootxs-sudobible-laravel/health.svg)](https://phpackages.com/packages/rootxs-sudobible-laravel)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
