PHPackages                             jnplonte/biblia - 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. jnplonte/biblia

ActiveLibrary[API Development](/categories/api)

jnplonte/biblia
===============

Biblia.com API Integration on laravel

151PHP

Since Nov 9Pushed 10y agoCompare

[ Source](https://github.com/jnplonte/biblia)[ Packagist](https://packagist.org/packages/jnplonte/biblia)[ RSS](/packages/jnplonte-biblia/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Biblia
================

[](#laravel-5-biblia)

Installation
------------

[](#installation)

The Laravel 5 Biblia Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `jnplonte/biblia` package in your project's `composer.json`.

```
{
    "require": {
        "jnplonte/biblia": "1.0.*"
    }
}
```

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

[](#configuration)

To use the Biblia Service Provider, you must register the provider when bootstrapping your Laravel application.

Find the `providers` key in your `config/app.php` and register the Service Provider.

```
    'providers' => [
        // ...
        jnplonte\Biblia\BibliaServiceProvider::class,
    ],
```

Find the `aliases` key in your `config/app.php` and register the Facade.

```
    'aliases' => [
        // ...
        'Biblia'    => jnplonte\Biblia\Facades\BibliaFacade::class,
    ],
```

Usage
-----

[](#usage)

Run `php artisan vendor:publish` to publish the default config file, edit caching setting withing the resulting `config/biblia.php` file as desired.

```
$bibliaS = Biblia::getVerse();
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d97a7bff9d074d5a4568c268e7e132474d7f76a06558d93b75b049eaff63034c?d=identicon)[jnplonte](/maintainers/jnplonte)

### Embed Badge

![Health badge](/badges/jnplonte-biblia/health.svg)

```
[![Health](https://phpackages.com/badges/jnplonte-biblia/health.svg)](https://phpackages.com/packages/jnplonte-biblia)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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