PHPackages                             dmz9/insales-api - 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. dmz9/insales-api

ActiveLibrary[API Development](/categories/api)

dmz9/insales-api
================

1.0.2(9y ago)0351MITPHP

Since Jun 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/dmz9/insales-api)[ Packagist](https://packagist.org/packages/dmz9/insales-api)[ RSS](/packages/dmz9-insales-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

very wip.

usage example

```
$key='myApplicationKey';
$token = 'md5-string';
$domain='my-cool-shop.com';
$useHttps=true;

$transport  = new \InsalesApi\Transport(
    $key,
    $token,
    $domain,
    $useHttps
);
$api        = new \InsalesApi\InsalesAPI($transport);
$webhookApi = $api->webhook();

$webhook = $webhookApi->create('http://my-domain.com/callback.php',$webhookApi::MESSAGE_FORMAT_JSON);

```

concrete model properties are public

```
$id        = $webhook->id;
$format    = $webhook->format_type;
$createdAt = $webhook->created_at;
$topic     = $webhook->topic;
$address   = $webhook->address;

```

each response model has these methods

```
$lastHeaders          = $webhook->getHeaders();
$request              = $webhook->getRequest();
$originServerResponse = $webhook->getOriginData();

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

3

Last Release

3304d ago

### Community

Maintainers

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

---

Top Contributors

[![dmz9](https://avatars.githubusercontent.com/u/19429896?v=4)](https://github.com/dmz9 "dmz9 (30 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dmz9-insales-api/health.svg)

```
[![Health](https://phpackages.com/badges/dmz9-insales-api/health.svg)](https://phpackages.com/packages/dmz9-insales-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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