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.

3.0.0(1mo ago)01.5kPHPPHP ^8.5CI passing

Since Jul 13Pushed 2w 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 today

READMEChangelog (4)Dependencies (6)Versions (7)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

50

—

FairBetter than 95% of packages

Maintenance95

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor3

3 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 ~262 days

Total

5

Last Release

36d ago

Major Versions

1.0.0 → 2.0.02023-07-13

2.1.0 → 3.0.02026-05-28

PHP version history (2 changes)1.0.0PHP ^7.4|^8

2.1.0PHP ^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16152638?v=4)[Insites](/maintainers/insites)[@insites](https://github.com/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)")[![jakenoble](https://avatars.githubusercontent.com/u/2683244?v=4)](https://github.com/jakenoble "jakenoble (5 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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