PHPackages                             unikent/lib-php-collections - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. unikent/lib-php-collections

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

unikent/lib-php-collections
===========================

Special Collections API for PHP.

07PHP

Since Feb 6Pushed 11y ago14 watchersCompare

[ Source](https://github.com/unikent/lib-php-collections)[ Packagist](https://packagist.org/packages/unikent/lib-php-collections)[ RSS](/packages/unikent-lib-php-collections/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Special Collections PHP API
===========================

[](#special-collections-php-api)

[![Latest Stable Version](https://camo.githubusercontent.com/d6e0edbb8028ec41a6d573e86bbd2df78b416491919ea5b4f735c906a226cede/68747470733a2f2f706f7365722e707567782e6f72672f756e696b656e742f6c69622d7068702d636f6c6c656374696f6e732f762f737461626c652e706e67)](https://packagist.org/packages/unikent/lib-php-collections)

Full API docs available here:

Add this to your composer require:

- "unikent/lib-php-collections": "dev-master"

Example Usage:

```
use \unikent\SpecialCollections\API as SCAPI;

$api = new SCAPI();
$api->set_collection(SCAPI::BCAD); // Or SCAPI::VERDI.

$search = $api->get_search();
$search->set_query('refno', 'GW0047')
$results = $search->get_results();

foreach ($results as $result) {
    echo '' . $result->get_title() . '';
    echo '';
    echo '' . $result->get_description() . '';
    echo '';
}

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4242976?v=4)[Skylar Kelty](/maintainers/sk-unikent)[@sk-unikent](https://github.com/sk-unikent)

---

Top Contributors

[![sk-unikent](https://avatars.githubusercontent.com/u/4242976?v=4)](https://github.com/sk-unikent "sk-unikent (21 commits)")

### Embed Badge

![Health badge](/badges/unikent-lib-php-collections/health.svg)

```
[![Health](https://phpackages.com/badges/unikent-lib-php-collections/health.svg)](https://phpackages.com/packages/unikent-lib-php-collections)
```

PHPackages © 2026

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