PHPackages                             libreja/sru-catalog-api - 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. libreja/sru-catalog-api

AbandonedArchivedLibrary[API Development](/categories/api)

libreja/sru-catalog-api
=======================

Fetches books/etc from different catalogs

0.0.3(5y ago)418[2 issues](https://github.com/libreja/sru-catalog-api/issues)MITPHPPHP &gt;=7.0

Since Jun 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/libreja/sru-catalog-api)[ Packagist](https://packagist.org/packages/libreja/sru-catalog-api)[ Docs](https://github.com/libreja/sru-catalog-api)[ RSS](/packages/libreja-sru-catalog-api/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Catalog Fetcher
===============

[](#catalog-fetcher)

[![Latest Version](https://camo.githubusercontent.com/a2943f5624b7cc986d021d8c7c4e555ad58ff552c9102d576daed58089c03374/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6c696272656a612f7372752d636174616c6f672d6170692e7376673f7374796c653d666c61742d737175617265)](https://github.com/libreja/sru-catalog-api/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/916cf4576e9e36e74074cfc9212939eaa7a25ef0f965a4938d1434e499a6bc08/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c696272656a612f7372752d636174616c6f672d6170692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/libreja/sru-catalog-api)[![Coverage Status](https://camo.githubusercontent.com/690ab2eebee8bb6f000abaeb7ce4d60217cf5311c2cc6a8aa5023d169968908e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c696272656a612f7372752d636174616c6f672d6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/libreja/sru-catalog-api/code-structure)[![Quality Score](https://camo.githubusercontent.com/8e61d84b448f52fbe605003daed85f0886fb6ddeb6151e1da9f2729e70484776/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c696272656a612f7372752d636174616c6f672d6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/libreja/sru-catalog-api)[![Total Downloads](https://camo.githubusercontent.com/edbfd91d13274721ee569e30d83e249acfb5e7aa49077708b5c8349b15d0487c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c65616775652f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/league/skeleton)

This repository fetches serveral (mostly German) catalogs and converts the entries to an array

Please use with caution, happy to invite new contributors.

Install
-------

[](#install)

Via Composer

```
$ composer require libreja/sru-catalog-api
```

Demo
----

[](#demo)

An online demo can be found here

For an example response please click \[here\]([https://wikioverdata.toolforge.org/sru-catalog-demo/api.php?service=gvk&amp;maximumRecords=3&amp;fields\[title\]=Der](https://wikioverdata.toolforge.org/sru-catalog-demo/api.php?service=gvk&maximumRecords=3&fields%5Btitle%5D=Der) Richter und sein Henker)

Usage
-----

[](#usage)

Currently you may choose from 5 services

- `gvk` Gemeinsamer Verbundkatalog
- `bvb` Bibliotheksverbund Bayern
- `swb` Südwestdeutscher Bibliotheksverbund Baden-Württemberg, Saarland, Sachsen
- `loc` Library of Congress
- `dnb` Deutsche Nationalbibliothek

```
use Libreja\SruCatalog;
$sruCatalog = new SruCatalog\CatalogMain();
$sruCatalog->service = "dnb";
var_dump($sruCatalog->parse([
  "title" => 'Meier',
]));
```

Services
--------

[](#services)

(can be generated by `php tests/supportByService.php`)

keyGerman-transgvkbvbdnbswblocallAllesxxxtitleTitelxxxxxauthorAutorxxxxxsubjectStichwortxxxxxidnIdentifikationnr des Katalogs (ppn)xxxxxisxnISXNxxxxxisbnISBNxxxissnISSNxxpublisherVerleger/FirmaxxpublisherPlaceVerleger OrtxxyearJahrxxxlanguageSprachexxcorporationKörperschaftxxxTesting
-------

[](#testing)

```
$ vendor/bin/phpunit tests/TestAllServices.php
```

Contributing
------------

[](#contributing)

Please contact us

Credits
-------

[](#credits)

- Libreja ()
- Martin Schibel ()

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~20 days

Total

3

Last Release

2125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51da0b21a117f2ef3c1c9d7e2e071c359e808216bd85c666c0d2f817091dd632?d=identicon)[mshd](/maintainers/mshd)

---

Top Contributors

[![mshd](https://avatars.githubusercontent.com/u/17379661?v=4)](https://github.com/mshd "mshd (15 commits)")[![S1SYPHOS](https://avatars.githubusercontent.com/u/12161504?v=4)](https://github.com/S1SYPHOS "S1SYPHOS (1 commits)")

---

Tags

catalogdnbgvkk10plusmarc21marc21xmlsearch-retrieve-via-urlsruswissbibpackageleague

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/libreja-sru-catalog-api/health.svg)

```
[![Health](https://phpackages.com/badges/libreja-sru-catalog-api/health.svg)](https://phpackages.com/packages/libreja-sru-catalog-api)
```

###  Alternatives

[pear2/net_routeros

This package allows you to read and write information from a RouterOS host using MikroTik's RouterOS API.

248111.7k4](/packages/pear2-net-routeros)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[edujugon/laradoo

Odoo ERP API for Laravel

16468.6k](/packages/edujugon-laradoo)[bmatovu/laravel-mtn-momo

Laravel MTN MOMO integration.

14310.9k](/packages/bmatovu-laravel-mtn-momo)[joggapp/laravel-aws-sns

Laravel package for the SNS events by AWS

3171.8k](/packages/joggapp-laravel-aws-sns)[nikolag/laravel-square

Square API integration with Laravel built on nikolag/core

3827.3k](/packages/nikolag-laravel-square)

PHPackages © 2026

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