PHPackages                             ck/sru - 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. ck/sru

ActiveLibrary

ck/sru
======

1.1.x-dev(12y ago)014PHPPHP &gt;=5.3.0

Since Oct 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Zeitschriftendatenbank/php-sru-search)[ Packagist](https://packagist.org/packages/ck/sru)[ RSS](/packages/ck-sru/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

DEPRECATED
==========

[](#deprecated)

php-sru-search

A very simple PHP SRU search client

Usage
-----

[](#usage)

```
require_once("SRUSearch.php");
use CK\SRUSearch;
$search = new CK\SRUSearch\SRUSearch("http://services.d-nb.de/sru/zdb","1.1","MARC21-xml","http://my.http-proxy.de",3333,null,1,10);
echo $search->searchRetrieve(urlencode("title=European journal of soil biology"));
```

params for SRUSearch
--------------------

[](#params-for-srusearch)

- @param string $url The base URL of the SRU service
- @param string $version The value for SRU param version
- @param string $schema he value for SRU param recordSchema
- @param null|string $purl The proxy URL
- @param null|int $pp default The proxy port
- @param null|string $packing The value for SRU param recordPacking
- @param null|int $start The value for SRU param startRecord
- @param null|int $maximum The value for SRU param maximumRecords

Install using composer
======================

[](#install-using-composer)

```
{
    "require": {
       "ck/sru": "dev-master""
    }
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

4584d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23064ee47ef1ea033e3068dc2e1bafb1f1a07c3ddfc3a060010145ba90bc95ed?d=identicon)[collidoscope](/maintainers/collidoscope)

---

Top Contributors

[![cKlee](https://avatars.githubusercontent.com/u/849235?v=4)](https://github.com/cKlee "cKlee (18 commits)")

### Embed Badge

![Health badge](/badges/ck-sru/health.svg)

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

PHPackages © 2026

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