PHPackages                             volumnet/bitrix24 - 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. volumnet/bitrix24

ActiveLibrary[API Development](/categories/api)

volumnet/bitrix24
=================

VolumNet Bitrix24 Webhooks implementation

1.2.4(2y ago)39311GPL-3.0-or-laterPHPCI failing

Since Jan 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/volumnet/bitrix24)[ Packagist](https://packagist.org/packages/volumnet/bitrix24)[ RSS](/packages/volumnet-bitrix24/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (7)Used By (1)

VolumNet implementation of Bitrix24 webhooks and quick leads
============================================================

[](#volumnet-implementation-of-bitrix24-webhooks-and-quick-leads)

Installation
------------

[](#installation)

```
composer require volumnet/bitrix24

```

Usage — for QuickLeads
----------------------

[](#usage--for-quickleads)

```
/**
 * @param string $domain Domain name, including protocol (i.e. https://domain.bitrix24.ru)
 * @param string $login Login name
 * @param string $password Password
 */
$ql = new QuickLead('https://domain.bitrix24.ru', 'login', 'password');

/**
 * Send data to quick lead creation
 * @param array $data Data in the following format: https://dev.1c-bitrix.ru/community/blogs/chaos/crm-sozdanie-lidov-iz-drugikh-servisov.php
 * @return mixed Response
 * @throws Exception exception with error code and message from remote url
 */
$ql->send(array(
    'TITLE' => 'Test lead',
    'COMPANY_TITLE' => 'Test company',
    'NAME' => 'User',
    'LAST_NAME' => 'Test',
    'SECOND_NAME' => date('Hi'),
    'ADDRESS' => 'Test address',
    'PHONE_WORK' => '+7 999 000-00-00',
    'EMAIL_WORK' => 'test@test.org',
));

```

More docs here:

Usage — for Webhooks
--------------------

[](#usage--for-webhooks)

```
/**
 * @param string $domain Domain name, including protocol (i.e. https://domain.bitrix24.ru)
 * @param string $webhook Webhook ID
 */
$wh = new Webhook('http://domain.bitrix24.ru', '0123456789abcdef');

/**
 * Calls certain method
 * @param string $methodName Method name, without transport extension (i.e. .xml or .json)
 * @param array $data Method data
 * @return mixed Parsed data from method
 * @throws Exception Exception with error response from the method
 */
$wh->method('crm.lead.add', array(
    'fields' => array(
        'TITLE' => 'Test lead',
        'COMPANY_TITLE' => 'Test company',
        'NAME' => 'User',
        'LAST_NAME' => 'Test',
        'SECOND_NAME' => date('Hi'),
        'ADDRESS' => 'Test address',
        'SOURCE_ID' => 'WEB',
        'PHONE' => array(
            array(
                'VALUE' => '+7 999 000-00-00',
                'VALUE_TYPE' => 'WORK'
            )
        ),
        'EMAIL' => array(
            array(
                'VALUE' => 'test@test.org',
                'VALUE_TYPE' => 'WORK'
            )
        )
    )
));

```

More docs here: [https://dev.1c-bitrix.ru/rest\_help/index.php](https://dev.1c-bitrix.ru/rest_help/index.php)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

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

Recently: every ~549 days

Total

6

Last Release

869d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5512648?v=4)[Volume Networks](/maintainers/volumnet)[@volumnet](https://github.com/volumnet)

---

Top Contributors

[![volumnet](https://avatars.githubusercontent.com/u/5512648?v=4)](https://github.com/volumnet "volumnet (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/volumnet-bitrix24/health.svg)

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

###  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

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

PHPackages © 2026

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