PHPackages                             insites/insites-sdk-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. insites/insites-sdk-php

ActiveLibrary[API Development](/categories/api)

insites/insites-sdk-php
=======================

PHP client for integrating Insites into your projects.

2.0.1(2y ago)01.5kPHPPHP ^7.4|^8CI passing

Since Jul 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/insites/insites-sdk-php)[ Packagist](https://packagist.org/packages/insites/insites-sdk-php)[ RSS](/packages/insites-insites-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Insites PHP API Client
======================

[](#insites-php-api-client)

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

[](#example-usage)

### Making Client

[](#making-client)

```
// The actual API key needs to be created at https://app.insites.com/en_GB/admin/settings#/api
$apiKey = "0123456789abcdef";
$insitesClient = \Insites\SDK\Client::createFromApiKey($apiKey);
$reportApi = $insitesClient->getReportApi();
```

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

### Create a new report,

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

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

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

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

Total

3

Last Release

1013d ago

Major Versions

1.0.0 → 2.0.02023-07-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/053d3b44e6b857f50f8bf9654b3fe8e0a4c49760911d3e14ebeff53dc95672a0?d=identicon)[insites](/maintainers/insites)

---

Top Contributors

[![B3none](https://avatars.githubusercontent.com/u/24966460?v=4)](https://github.com/B3none "B3none (9 commits)")[![dochne](https://avatars.githubusercontent.com/u/1678803?v=4)](https://github.com/dochne "dochne (8 commits)")[![louist7](https://avatars.githubusercontent.com/u/16017032?v=4)](https://github.com/louist7 "louist7 (8 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)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/insites-insites-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/insites-insites-sdk-php/health.svg)](https://phpackages.com/packages/insites-insites-sdk-php)
```

###  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)
