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

ActiveLibrary[API Development](/categories/api)

insales/api-client-php
======================

PHP client for InSales API

129.4k12[1 issues](https://github.com/insales/insales_php_api/issues)[1 PRs](https://github.com/insales/insales_php_api/pulls)PHPCI failing

Since Jul 24Pushed 2y ago4 watchersCompare

[ Source](https://github.com/insales/insales_php_api)[ Packagist](https://packagist.org/packages/insales/api-client-php)[ RSS](/packages/insales-api-client-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

\#API-клиент для работы с сервисом InSales Установка:

`composer require insales/api-client-php dev-master`

Пример использования:

```
require_once 'vendor/autoload.php';

$client = new \InSales\API\ApiClient('identity', 'password', 'host_name');

$client->createClient(
[
    'client' => [
        'name' => uniqid(),
        'surname' => uniqid(),
        'middlename' => uniqid(),
    ]
]
);

$client->getClient($id);
$client->getClients();
$client->updateClient($id, $data);
$client->removeClient($id);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![liven](https://avatars.githubusercontent.com/u/1406160?v=4)](https://github.com/liven "liven (8 commits)")[![shutn1k](https://avatars.githubusercontent.com/u/8955170?v=4)](https://github.com/shutn1k "shutn1k (3 commits)")[![acyuta](https://avatars.githubusercontent.com/u/3022834?v=4)](https://github.com/acyuta "acyuta (2 commits)")[![traveler4star](https://avatars.githubusercontent.com/u/12163008?v=4)](https://github.com/traveler4star "traveler4star (2 commits)")[![zsand](https://avatars.githubusercontent.com/u/517957?v=4)](https://github.com/zsand "zsand (2 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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