PHPackages                             obuchmann/bitrix-api - 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. obuchmann/bitrix-api

ActiveLibrary[API Development](/categories/api)

obuchmann/bitrix-api
====================

PHP library to access Bitrix24 via incomming webhoook API

v1.1.5(2y ago)2955MITPHP

Since Jul 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/obuchmann/bitrix-api)[ Packagist](https://packagist.org/packages/obuchmann/bitrix-api)[ Docs](https://pc-web.at)[ RSS](/packages/obuchmann-bitrix-api/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (3)Versions (11)Used By (0)

Bitrix Api
==========

[](#bitrix-api)

PHP library to access Bitrix24 via incomming webhoook API

Usage
-----

[](#usage)

```
use Obuchmann\BitrixApi\BitrixApi;

class YourClass {
    public function __construct(
        private BitrixApi $api,
    )
    {}

    public function getCompanies(){
        return $this->api->request('crm.company.list')->select([
            "TITLE",
        ])->all();
    }
}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.8% 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 ~134 days

Recently: every ~235 days

Total

9

Last Release

742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83928edc2d003cd4111054a2726f6169e9fee92cf5a4cba0016e968fadeb18c8?d=identicon)[obuchmann](/maintainers/obuchmann)

---

Top Contributors

[![obuchmann](https://avatars.githubusercontent.com/u/3889302?v=4)](https://github.com/obuchmann "obuchmann (30 commits)")[![bmiecielica](https://avatars.githubusercontent.com/u/55540218?v=4)](https://github.com/bmiecielica "bmiecielica (1 commits)")

---

Tags

laravelBitrixApi

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/obuchmann-bitrix-api/health.svg)

```
[![Health](https://phpackages.com/badges/obuchmann-bitrix-api/health.svg)](https://phpackages.com/packages/obuchmann-bitrix-api)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

11337.8k1](/packages/neuron-core-neuron-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6279.6k5](/packages/riclep-laravel-storyblok)

PHPackages © 2026

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