PHPackages                             bclibraries/search-client - 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. [Search &amp; Filtering](/categories/search)
4. /
5. bclibraries/search-client

ActiveLibrary[Search &amp; Filtering](/categories/search)

bclibraries/search-client
=========================

Client for searching Boston College Libraries API-enabled services

v1.0.2(3y ago)16MITPHPPHP &gt;=7.2

Since Dec 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/BCLibraries/search-client)[ Packagist](https://packagist.org/packages/bclibraries/search-client)[ RSS](/packages/bclibraries-search-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Perform parallel searches of API-enabled Boston College Libraries services.

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

[](#installation)

Install with [Composer](https://getcomposer.org/):

```
composer require bclibraries/search-client:^1.0
```

Usage
-----

[](#usage)

See the *examples* directory for a complete example.

```
use \BCLib\SearchClient\Client;
use \BCLib\SearchClient\Services;

$services = [
    new Services\JesuitOnlineBibliographyService(),
    new Services\JesuitOnlineNecrologyService()
];

$client = new Client($services);
$responses = $client->search("paris");

foreach ($responses as $response) {

    // Link to search on Web.
    $search_url = $response->getWebSearchURL("paris");
    $total_count = $response->getTotalCount();

    // Iterate through the response items.
    foreach ($response->getItems() as $item) {
        $title = $item->getTitle();
        $item_url = $item->getUrl();
    }
}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~0 days

Total

3

Last Release

1295d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/210404?v=4)[Benjamin Florin](/maintainers/Otterfan)[@Otterfan](https://github.com/Otterfan)

---

Top Contributors

[![Otterfan](https://avatars.githubusercontent.com/u/210404?v=4)](https://github.com/Otterfan "Otterfan (2 commits)")

### Embed Badge

![Health badge](/badges/bclibraries-search-client/health.svg)

```
[![Health](https://phpackages.com/badges/bclibraries-search-client/health.svg)](https://phpackages.com/packages/bclibraries-search-client)
```

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26193.1k](/packages/awesome-nova-dependent-filter)[algolia/php-dom-parser

A simple tool to turn DOM into Algolia search friendly record objects.

181.8k](/packages/algolia-php-dom-parser)

PHPackages © 2026

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