PHPackages                             dmitrybukhonov/jivowebhook - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dmitrybukhonov/jivowebhook

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dmitrybukhonov/jivowebhook
==========================

Прием ответов от Jivo, для передачи Email в DMP

1.0(5y ago)08MITPHPPHP &gt;=5.4.0

Since Feb 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dmitrybukhonov/jivowebhook)[ Packagist](https://packagist.org/packages/dmitrybukhonov/jivowebhook)[ RSS](/packages/dmitrybukhonov-jivowebhook/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

JivoWebHook
===========

[](#jivowebhook)

**Расширение для приема ответа от Jivo**

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

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

### Composer

[](#composer)

Добавьте в блок "require" в composer.json вашего проекта:

```
composer require dmitrybukhonov/jivowebhook

```

Использование
-------------

[](#использование)

Ознакомьтесь с [официальной документацией](https://www.jivosite.ru/support/knowledge-base/article/jivosite-api#webhooks) Jivo

```
        $jivoHook = new JivoHook;

        if ($jivoHook->getEmailHook()) {
            $httpClient = new Client([
                'verify' => false,
            ]);
            $httpClient->post($url, [
                'form_params' => [
                    'email' => $jivoHook->getEmailHook(),
                ],
            ]);
        }
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1918d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/656b6602265d8c92772f818649223932789d9d108646bb079b18965dcb2f74c5?d=identicon)[dmitrybukhonov](/maintainers/dmitrybukhonov)

---

Top Contributors

[![dbuhonov](https://avatars.githubusercontent.com/u/47827492?v=4)](https://github.com/dbuhonov "dbuhonov (1 commits)")

### Embed Badge

![Health badge](/badges/dmitrybukhonov-jivowebhook/health.svg)

```
[![Health](https://phpackages.com/badges/dmitrybukhonov-jivowebhook/health.svg)](https://phpackages.com/packages/dmitrybukhonov-jivowebhook)
```

###  Alternatives

[joanhey/adapterman

Use any framework and application with Workerman.

85255.9k1](/packages/joanhey-adapterman)[kunstmaan/seo-bundle

Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.

24130.0k2](/packages/kunstmaan-seo-bundle)

PHPackages © 2026

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