PHPackages                             benjamindoe/bible-gateway - 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. benjamindoe/bible-gateway

ActiveLibrary[API Development](/categories/api)

benjamindoe/bible-gateway
=========================

Unofficial Bible Gateway PHP API

0.0.1(8y ago)22632[1 issues](https://github.com/benjamindoe/BibleGateway/issues)MITPHPPHP ^5.4 || ^7.0

Since Jan 16Pushed 6y ago5 watchersCompare

[ Source](https://github.com/benjamindoe/BibleGateway)[ Packagist](https://packagist.org/packages/benjamindoe/bible-gateway)[ Docs](https://github.com/benjamindoe/BibleGateway)[ RSS](/packages/benjamindoe-bible-gateway/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Bible Gateway Unofficial API
============================

[](#bible-gateway-unofficial-api)

Unofficial Bible Gateway PHP API

Install
-------

[](#install)

### via composer

[](#via-composer)

`composer require benjamindoe/bible-gateway`

### using just the class file

[](#using-just-the-class-file)

Copy the `src/BibleGateway.class.php` into your project and include it.

Example Usage
-------------

[](#example-usage)

```
$bible = new BibleGateway('NIV') // Version optional. Default is ESV

$bible->reference = 'John 3:16' // Starts the search

echo $bible->text // Echos the verse text

```

The above will output

```

    16&nbsp;For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.

```

The API uses the same classes that the Bible Gateway website uses

```
 // Chapter number
 // Verse number
 // Word of Jesus, can be used for red text

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% of commits — single point of failure

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

Unknown

Total

1

Last Release

3039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11486fef343abf6a14518c0d3d6844bdd6165fa8d8e5cb2c8a69375b2dd49169?d=identicon)[benjamindoe](/maintainers/benjamindoe)

---

Top Contributors

[![benjamindoe](https://avatars.githubusercontent.com/u/15779219?v=4)](https://github.com/benjamindoe "benjamindoe (16 commits)")[![andrewspringman](https://avatars.githubusercontent.com/u/32204232?v=4)](https://github.com/andrewspringman "andrewspringman (1 commits)")

---

Tags

apibiblebible-apibiblegatewayphpapibiblebiblegateway

### Embed Badge

![Health badge](/badges/benjamindoe-bible-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/benjamindoe-bible-gateway/health.svg)](https://phpackages.com/packages/benjamindoe-bible-gateway)
```

###  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)
