PHPackages                             silktide/prospect-php-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. [API Development](/categories/api)
4. /
5. silktide/prospect-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

silktide/prospect-php-client
============================

PHP client for integrating Prospect into your projects.

0.5.1(2y ago)02.2k1[5 issues](https://github.com/silktide/prospect-php-client/issues)[1 PRs](https://github.com/silktide/prospect-php-client/pulls)PHPPHP ^7.4|^8

Since Apr 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/silktide/prospect-php-client)[ Packagist](https://packagist.org/packages/silktide/prospect-php-client)[ RSS](/packages/silktide-prospect-php-client/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (4)Versions (26)Used By (0)

Deprecated
==========

[](#deprecated)

This has been moved to the Insites organisation and can now be found [here](https://github.com/insites/php-api-client)

Prospect PHP Client
===================

[](#prospect-php-client)

Example usage
-------------

[](#example-usage)

### Making Client

[](#making-client)

```
// The actual API key needs to be created at https://app.prospect.silktide.com/en_GB/admin/settings#/api
$apiKey = "0123456789abcdef";
$prospectClient = \Silktide\ProspectClient\ProspectClient::createFromApiKey($apiKey);
$reportApi = $prospectClient->getReportApi();
```

For more in detail examples, see the `examples` folder

### Create a new report,

[](#create-a-new-report)

```
$response = $reportApi->create()
    ->setUrl("https://example.silktide.com")
    ->setAddress("Silktide LTD", "17", "Brunel Parkway", "Pride Park", "Derby", "DE24 8HR")
    ->setName("Silktide")
    ->setPhone("01322 460460")
    ->execute();

echo "ReportId: " . $response->getReportId() . "\n";
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~58 days

Recently: every ~78 days

Total

19

Last Release

1068d ago

PHP version history (3 changes)0.1.0PHP ^7.2

0.2PHP ^7.4

0.4.2PHP ^7.4|^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/194d1fe23e2566b3c00d0edf69239351d6c7b442abb17c8e92f8f4d1b58945af?d=identicon)[Dolondro](/maintainers/Dolondro)

![](https://www.gravatar.com/avatar/2eca248b997f71d4d1ec2059f5ab6022663ff2990c9924cdf4136784438d0971?d=identicon)[silktide](/maintainers/silktide)

![](https://www.gravatar.com/avatar/df3b84c45fff8328d8900997e87a215e1e538cfea47be8872fa1c4e35afbffbc?d=identicon)[andywaite](/maintainers/andywaite)

---

Top Contributors

[![B3none](https://avatars.githubusercontent.com/u/24966460?v=4)](https://github.com/B3none "B3none (7 commits)")[![louist7](https://avatars.githubusercontent.com/u/16017032?v=4)](https://github.com/louist7 "louist7 (6 commits)")[![andywaite](https://avatars.githubusercontent.com/u/6773151?v=4)](https://github.com/andywaite "andywaite (4 commits)")[![TheGlenn88](https://avatars.githubusercontent.com/u/5333026?v=4)](https://github.com/TheGlenn88 "TheGlenn88 (2 commits)")[![dochne](https://avatars.githubusercontent.com/u/1678803?v=4)](https://github.com/dochne "dochne (1 commits)")

---

Tags

libraryphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/silktide-prospect-php-client/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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