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

ActiveLibrary

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

Promopult Integra API v1 client library

v2.6.0(11mo ago)09.1k—8.3%unlicensePHPPHP ^7.4|^8.0CI failing

Since May 16Pushed 11mo agoCompare

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

READMEChangelog (10)Dependencies (5)Versions (14)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

41

—

FairBetter than 89% of packages

Maintenance51

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity68

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

Recently: every ~65 days

Total

13

Last Release

346d ago

Major Versions

v1.0 → v2.02021-02-19

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

v2.1.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ee9ba695159d6b854f55dd7ef9eb093a914547a3e1e57b2f0f32121feb8e2d2?d=identicon)[gladyshev](/maintainers/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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[shopify/shopify-api

Shopify API Library for PHP

4634.8M16](/packages/shopify-shopify-api)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3685.2M19](/packages/gotenberg-gotenberg-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)

PHPackages © 2026

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