PHPackages                             revolution/laravel-openbd - 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. revolution/laravel-openbd

AbandonedArchivedLibrary[API Development](/categories/api)

revolution/laravel-openbd
=========================

OpenBD API

2.3.0(5y ago)0161MITPHPPHP ^7.2||^8.0

Since Dec 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kawax/laravel-openbd)[ Packagist](https://packagist.org/packages/revolution/laravel-openbd)[ RSS](/packages/revolution-laravel-openbd/feed)WikiDiscussions master Synced 2w ago

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

OpenBD API for Laravel
======================

[](#openbd-api-for-laravel)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- Laravel &gt;= 6.0

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

[](#installation)

### Composer

[](#composer)

```
composer require revolution/laravel-openbd

```

Usage
-----

[](#usage)

すべて array が返り値。

```
use OpenBD;

//かなりサイズが大きい
$coverage = OpenBD::coverage();

$schema = OpenBD::schema();

//arrayで指定。指定するISBNは10000件まで。openBD側はまとめて取得を推奨している。openBDサイトの配布資料を読んだほうがいい。
$books = OpenBD::get(['978-4-7808-0204-7']);
```

### without Laravel

[](#without-laravel)

```
use Revolution\OpenBD\OpenBD;

$openbd = new OpenBD();
$books = $openbd->get(['978-4-7808-0204-7']);
```

### When endpoint changed

[](#when-endpoint-changed)

```
$books = OpenBD::endpoint('https://api.openbd.jp/v1/')->get(['978-4-7808-0204-7']);
```

LICENSE
-------

[](#license)

MIT Copyright kawax

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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

Every ~108 days

Recently: every ~57 days

Total

10

Last Release

2132d ago

Major Versions

1.0.0 → 2.0.02019-02-27

PHP version history (3 changes)1.0.0PHP &gt;=7.0.0

2.0.0PHP &gt;=7.1.3

2.1.0PHP ^7.2||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (17 commits)")[![enomotodev](https://avatars.githubusercontent.com/u/14838165?v=4)](https://github.com/enomotodev "enomotodev (1 commits)")

---

Tags

laravelopenbd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/revolution-laravel-openbd/health.svg)

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

###  Alternatives

[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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