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(3y ago)02.2k1[6 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 3y 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 today

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 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity57

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

1161d ago

PHP version history (3 changes)0.1.0PHP ^7.2

0.2PHP ^7.4

0.4.2PHP ^7.4|^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/75589934?v=4)[Dolondro](/maintainers/Dolondro)[@Dolondro](https://github.com/Dolondro)

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

![](https://avatars.githubusercontent.com/u/6773151?v=4)[Andrew Waite](/maintainers/andywaite)[@andywaite](https://github.com/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

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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