PHPackages                             beta/bitrix-psr7 - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. beta/bitrix-psr7

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

beta/bitrix-psr7
================

PSR-7 adapter for Bitrix

1.2.0(2y ago)01.8k1[1 issues](https://github.com/beta-eto-code/bitrix-psr7/issues)3MITPHPPHP &gt;=8.1

Since Apr 14Pushed 2y ago2 watchersCompare

[ Source](https://github.com/beta-eto-code/bitrix-psr7)[ Packagist](https://packagist.org/packages/beta/bitrix-psr7)[ RSS](/packages/beta-bitrix-psr7/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (11)Used By (3)

Адаптер PSR-7 для Bitrix
========================

[](#адаптер-psr-7-для-bitrix)

Примеры использования:

```
/**
 * @var \Bitrix\Main\HttpRequest $orginalBitrixRequest
 * @var \Bitrix\Main\HttpResponse $originalBitrixResponse
 */
$request = new \BitrixPSR7\Request($orginalBitrixRequest);
$request->getHeader('Content-type');
$request->getHeaderLine('Content-type');

$uri = $request->getUri();
$uri->getHost();
$uri->getPort();
$uri->getPath();

$response = new \BitrixPSR7\Response($originalBitrixResponse);
$response->getHeader('Content-type');
$response->getHeaderLine('Content-type');
$response->getStatusCode();
$response->getBody();
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

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

Recently: every ~154 days

Total

10

Last Release

971d ago

Major Versions

0.1.2 → 1.0.02021-05-24

PHP version history (2 changes)0.1.0PHP &gt;=7.2

1.2.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c75fd54c926c6b835a6b6cd92514d60d55a285d35847b9f22aefcc7ad5ef9ae7?d=identicon)[nnagornyy](/maintainers/nnagornyy)

---

Top Contributors

[![alex19pov31](https://avatars.githubusercontent.com/u/786683?v=4)](https://github.com/alex19pov31 "alex19pov31 (13 commits)")

###  Code Quality

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/beta-bitrix-psr7/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.5k1.0B34.2k](/packages/guzzlehttp-guzzle)[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

42.9k337.6k1](/packages/ccxt-ccxt)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69634.4M144](/packages/algolia-algoliasearch-client-php)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19564.8M1.6k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)

PHPackages © 2026

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