PHPackages                             darvinstudio/darvin-bitrix24-bundle - 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. darvinstudio/darvin-bitrix24-bundle

ActiveSymfony-bundle[API Development](/categories/api)

darvinstudio/darvin-bitrix24-bundle
===================================

This bundle provides Bitrix24 integration for Symfony-based applications.

6.2.5(4y ago)0740↓86.7%proprietaryPHP

Since Jun 4Pushed 4y ago3 watchersCompare

[ Source](https://github.com/DarvinStudio/DarvinBitrix24Bundle)[ Packagist](https://packagist.org/packages/darvinstudio/darvin-bitrix24-bundle)[ RSS](/packages/darvinstudio-darvin-bitrix24-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (19)Used By (0)

DarvinBitrix24Bundle
====================

[](#darvinbitrix24bundle)

This bundle provides Bitrix24 integration for Symfony-based applications.

Usage
-----

[](#usage)

```
use Darvin\Bitrix24Bundle\Client\ClientInterface;
use Darvin\Bitrix24Bundle\Lead\LeadFactoryInterface;
use Darvin\Bitrix24Bundle\Model\CRM\ProductRow;
use Darvin\Bitrix24Bundle\Request\Command\Factory\CRM\LeadCommandFactoryInterface;
use Darvin\Bitrix24Bundle\Request\Request;

public function __construct(
    ClientInterface $client,
    LeadCommandFactoryInterface $leadCommandFactory,
    LeadFactoryInterface $leadFactory
) {
    $this->client = $client;
    $this->leadCommandFactory = $leadCommandFactory;
    $this->leadFactory = $leadFactory;
}

$request = new Request();
$request->addCommand($this->leadCommandFactory->createAddCommand($this->leadFactory->createLead('test')));
$request->addCommand($this->leadCommandFactory->createSetProductRowsCommand(new ProductRow(1)));

$result = $this->client->send($request);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~47 days

Recently: every ~61 days

Total

18

Last Release

1775d ago

Major Versions

5.0.2 → 6.0.02019-06-05

5.1.0 → 6.1.02019-10-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/7494101d87a9ef1b743764adadbf977914bffca325931201f7a46c6ab58b5283?d=identicon)[darvinstudio](/maintainers/darvinstudio)

---

Top Contributors

[![alex-volodin](https://avatars.githubusercontent.com/u/9865423?v=4)](https://github.com/alex-volodin "alex-volodin (2 commits)")[![IgorNikolaev](https://avatars.githubusercontent.com/u/7303834?v=4)](https://github.com/IgorNikolaev "IgorNikolaev (1 commits)")

---

Tags

Bitrix24

### Embed Badge

![Health badge](/badges/darvinstudio-darvin-bitrix24-bundle/health.svg)

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

###  Alternatives

[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.0k15](/packages/pocketmine-bedrock-protocol)[ujy/bitrix24_api_authorization

Authorization class to easy get Bitrix24 Access Tokens for use in API

162.0k](/packages/ujy-bitrix24-api-authorization)

PHPackages © 2026

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