PHPackages                             silverstripe/silverstripe-search-client-php - 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. silverstripe/silverstripe-search-client-php

ActiveLibrary[API Development](/categories/api)

silverstripe/silverstripe-search-client-php
===========================================

A PHP client to support HTTP requests to the Silverstripe Search API

1.0.0(1mo ago)02.1k↑80%[1 PRs](https://github.com/silverstripeltd/silverstripe-search-client-php/pulls)2BSD-3-ClausePHPPHP ^8.2CI passing

Since May 14Pushed 1w ago2 watchersCompare

[ Source](https://github.com/silverstripeltd/silverstripe-search-client-php)[ Packagist](https://packagist.org/packages/silverstripe/silverstripe-search-client-php)[ Docs](https://github.com/silverstripeltd/silverstripe-search-client-php)[ RSS](/packages/silverstripe-silverstripe-search-client-php/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (8)Dependencies (10)Versions (15)Used By (2)

[![](https://camo.githubusercontent.com/f4d745abd42963241cf1ededf8d9f506552a8c6db022508d4fb7103de7beac86/68747470733a2f2f7777772e73696c7665727374726970652e636f6d2f66617669636f6e2e69636f)](https://camo.githubusercontent.com/f4d745abd42963241cf1ededf8d9f506552a8c6db022508d4fb7103de7beac86/68747470733a2f2f7777772e73696c7665727374726970652e636f6d2f66617669636f6e2e69636f) Silverstripe Search PHP Client
================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-silverstripe-search-php-client)

Warning

This Client is currently an alpha, and should be treated as experimental. We're still making improvements to our specification export, and this directly impacts the Models that are generated.

Standards
---------

[](#standards)

This Client adheres to the follow PSR standards:

PSRNamePurposePSR-4Auto-loadingClass auto-loading structurePSR-7HTTP Message InterfacesRequest/Response representationPSR-17HTTP Factory InterfacesCreate requests, streams, etcPSR-18HTTP Client InterfaceSend requestsBasic usage
-----------

[](#basic-usage)

```
$plugins = [
    new AddHostPlugin(Psr17FactoryDiscovery::findUriFactory()->createUri('https://9595b293cf40d7532796c4ca67a27b81-bifrost.silverstripe.io')),
    new AddPathPlugin(Psr17FactoryDiscovery::findUriFactory()->createUri('/api/v1')),
    new HeaderAppendPlugin([
        'Authorization' => 'Bearer ABC.123.456',
    ]),
];

// When no HTTP Client is provided, PSR-18 discovery will be used, and your plugins will be attached to the HTTP Client
return Client::create(httpClient: null, additionalPlugins: $plugins);
```

Or you might like to use a different HTTP Client, for example, Guzzle:

```
$httpClient = new GuzzleHttp\Client();
$plugins = [
    new AddHostPlugin(Psr17FactoryDiscovery::findUriFactory()->createUri('https://9595b293cf40d7532796c4ca67a27b81-bifrost.silverstripe.io')),
    new AddPathPlugin(Psr17FactoryDiscovery::findUriFactory()->createUri('/api/v1')),
    new HeaderAppendPlugin([
        'Authorization' => 'Bearer ABC.123.456',
    ]),
];

// Apply the plugins to the HTTP Client
$httpClient = new PluginClient($httpClient, $plugins);

// When an explicit HTTP Client is provided, it will be used
return Client::create($httpClient);
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance95

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~52 days

Recently: every ~70 days

Total

8

Last Release

51d ago

Major Versions

0.0.7-alpha → 1.0.02026-05-15

PHP version history (2 changes)0.0.1-alphaPHP ^8.1

1.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/afbb3dcc9ef29c1a6eedd6addcae5fce9ab1271915a85a4c349301b71237368d?d=identicon)[silverstripe-machine01](/maintainers/silverstripe-machine01)

---

Top Contributors

[![blueo](https://avatars.githubusercontent.com/u/948122?v=4)](https://github.com/blueo "blueo (7 commits)")[![chrispenny](https://avatars.githubusercontent.com/u/505788?v=4)](https://github.com/chrispenny "chrispenny (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)

PHPackages © 2026

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