PHPackages                             promopult/integra-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. promopult/integra-client

ActiveLibrary[API Development](/categories/api)

promopult/integra-client
========================

Promopult Integra API v1 client library

v3.0.0(2w ago)013.7k↓46.3%unlicensePHPPHP ^8.2CI failing

Since May 16Pushed 2w agoCompare

[ Source](https://github.com/promopult/integra-client)[ Packagist](https://packagist.org/packages/promopult/integra-client)[ RSS](/packages/promopult-integra-client/feed)WikiDiscussions v3 Synced 2d ago

READMEChangelog (10)Dependencies (9)Versions (16)Used By (0)

Promopult Integra API PHP client library
========================================

[](#promopult-integra-api-php-client-library)

Клиентская библиотека для сервиса [promopult.org](https://promopult.org).

[![Build Status](https://camo.githubusercontent.com/0584c865155679aa22eebd9a87cc4259359198225f65adb5b42450b05810ebd7/68747470733a2f2f7472617669732d63692e6f72672f70726f6d6f70756c742f696e74656772612d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/promopult/integra-client)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/663fc9881508eb07a60e12bd8a2ab29c38d6fa447b521885c835699f56b2def5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6d6f70756c742f696e74656772612d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/promopult/integra-client/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/19ffa44b7757bb6840b4391e7bb43b7ab8585a53d7f4892a5d10a4df0dd63704/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6d6f70756c742f696e74656772612d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/promopult/integra-client/?branch=master)

### Установка

[](#установка)

```
$ composer require promopult/integra-client
```

или

```
"require": {
  ...
  "promopult/integra-client": "*"
  ...
}
```

### Примеры

[](#примеры)

Смотрите папку [examples](/examples).

```
$client = new \Promopult\Integra\Client(
    new \Promopult\Integra\Credentials(getenv('__HASH__'), getenv('__KEY__')),
    new \AcmeCrypt(),
    new \GuzzleHttp\Client()
);

$response = $client->hello([
    'name' => 'Dmitry'
]);

var_dump($response->getData()); // string(14) "Hello, Dmitry!"
```

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance97

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity76

Established project with proven stability

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

Recently: every ~94 days

Total

15

Last Release

16d ago

Major Versions

v1.0 → v2.02021-02-19

v2.x-dev → v3.0.02026-06-17

PHP version history (3 changes)v1.0PHP &gt;=7.2

v2.1.0PHP ^7.4|^8.0

v3.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3429161?v=4)[Dmitry Gladyshev](/maintainers/gladyshev)[@gladyshev](https://github.com/gladyshev)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/promopult-integra-client/health.svg)

```
[![Health](https://phpackages.com/badges/promopult-integra-client/health.svg)](https://phpackages.com/packages/promopult-integra-client)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

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