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(1y ago)2955MITPHP

Since Jul 14Pushed 1y 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 1w 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

32

—

LowBetter than 72% of packages

Maintenance32

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

697d 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

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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