PHPackages                             jeyroik/extas-http - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jeyroik/extas-http

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jeyroik/extas-http
==================

HTTP package for Extas

0.1.2(5y ago)06504PHPCI failing

Since Jun 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jeyroik/extas-http)[ Packagist](https://packagist.org/packages/jeyroik/extas-http)[ RSS](/packages/jeyroik-extas-http/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (9)Versions (4)Used By (4)

[![tests](https://github.com/jeyroik/extas-http/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-http/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/3372cbd90b10ed5113fe0e614c1ec3827492f49f2f37647178cf525cbf306d24/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d687474702f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/3372cbd90b10ed5113fe0e614c1ec3827492f49f2f37647178cf525cbf306d24/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d687474702f636f7665726167652e7376673f6272616e63683d6d6173746572)[![PHPStan Enabled](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![](https://camo.githubusercontent.com/5504f8fdb433aade1b6365418a29eac8e09a87058a5d32220f8d8ec1bcd2426b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36356561643131326337326564373531346530352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-http/maintainability)[![Extas Installer v3](https://camo.githubusercontent.com/84fa12b6b5945df440cd1eada219bbced80060f2595ae4bcbedb6a8fac03acee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f696e7374616c6c65722d76332d677265656e)](https://github.com/jeyroik/extas-installer/ "Extas Installer v3")[![Latest Stable Version](https://camo.githubusercontent.com/b816b5af2f8ff06f9e0f3c569092d0271fb88b19210cd56f03396a7e99531258/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d687474702f76)](//packagist.org/packages/jeyroik/extas-jsonrpc)[![Total Downloads](https://camo.githubusercontent.com/c09b54c3bf959be3fb4aca0972741785231b68c51e21ce6af08e6fd87f8a00d9/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d687474702f646f776e6c6f616473)](//packagist.org/packages/jeyroik/extas-jsonrpc)[![Dependents](https://camo.githubusercontent.com/6d3351e5e6c0d486cd2d36e2e6a010d0496f585664d1e12339456076c48f60ee/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d687474702f646570656e64656e7473)](//packagist.org/packages/jeyroik/extas-jsonrpc)

Описание
========

[](#описание)

HTTP package for Extas.

Использование
=============

[](#использование)

```
use extas\components\Item;
use extas\interfaces\http\IHasPsrRequest;
/**
 * @var \Psr\Http\Message\RequestInterface $request
 */
$item = new class ([
        IHasHttpRequest::FIELD__PSR_REQUEST => $request
    ]) extends Item {
    use \extas\components\http\THasPsrRequest;

    protected function getSubjectForExtension() : string{
        return '';
    }
};

$item->getPsrRequest();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Total

3

Last Release

2085d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aaec5c4bade6ab2b5d1a0f7d97ab4e0ff2ce83937f76499b2888ad16cde5e04?d=identicon)[jeyroik](/maintainers/jeyroik)

---

Top Contributors

[![jeyroik](https://avatars.githubusercontent.com/u/6348124?v=4)](https://github.com/jeyroik "jeyroik (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jeyroik-extas-http/health.svg)

```
[![Health](https://phpackages.com/badges/jeyroik-extas-http/health.svg)](https://phpackages.com/packages/jeyroik-extas-http)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M318](/packages/friendsofsymfony-rest-bundle)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M383](/packages/php-http-curl-client)[geocoder-php/common-http

Common files for HTTP based Geocoders

18722.1M64](/packages/geocoder-php-common-http)[illuminate/http

The Illuminate Http package.

11936.0M5.0k](/packages/illuminate-http)[codeception/module-phpbrowser

Codeception module for testing web application over HTTP

6529.8M504](/packages/codeception-module-phpbrowser)[vanilla/garden-http

An unbloated HTTP client library for building RESTful API clients.

12359.7k6](/packages/vanilla-garden-http)

PHPackages © 2026

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