PHPackages                             alex-kalanis/remote-request-psr - 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. alex-kalanis/remote-request-psr

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

alex-kalanis/remote-request-psr
===============================

Remote Request adapter for PSR-7 and PSR-18

v1.1.0(2y ago)14BSD-3-ClausePHPPHP &gt;=7.4.0

Since May 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alex-kalanis/remote-request-psr)[ Packagist](https://packagist.org/packages/alex-kalanis/remote-request-psr)[ RSS](/packages/alex-kalanis-remote-request-psr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Remote Request PSR
==================

[](#remote-request-psr)

[![Build Status](https://github.com/alex-kalanis/remote-request-psr/actions/workflows/code_checks.yml/badge.svg)](https://github.com/alex-kalanis/remote-request-psr/actions/workflows/code_checks.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0f7e25ecd74ff23454537e608578f14d2338e9e6a0e06465ee8aedbb9a20fed2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f72656d6f74652d726571756573742d7073722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alex-kalanis/remote-request-psr/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/8fdcd80388d1c8aaa3cc13243ab7c1884fddba8af87ee391d703f12a337c93c5/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f72656d6f74652d726571756573742d7073722f762f737461626c652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/remote-request-psr)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![Downloads](https://camo.githubusercontent.com/66ec22f9eaaa2c48f4aefd5df67fc41e8eca60e8e4bd6135a7efcfffd713a1c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c65782d6b616c616e69732f72656d6f74652d726571756573742d7073722e7376673f7631)](https://packagist.org/packages/alex-kalanis/remote-request-psr)[![License](https://camo.githubusercontent.com/71560b2edd6f7517250932be054cb0bbd61b987278454abfe170678ba062524e/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f72656d6f74652d726571756573742d7073722f6c6963656e73652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/remote-request-psr)[![Code Coverage](https://camo.githubusercontent.com/78d53404c7d0ae4dd3d3535ea604f8e81350473c44f1eee0ded240109ae734d6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f72656d6f74652d726571756573742d7073722f6261646765732f636f7665726167652e706e673f623d6d617374657226763d31)](https://scrutinizer-ci.com/g/alex-kalanis/remote-request-psr/?branch=master)

PSR adapter for connecting Remote Request into your application with public interfaces.

PHP Installation
----------------

[](#php-installation)

```
composer.phar require alex-kalanis/remote-request-psr
```

(Refer to [Composer Documentation](https://github.com/composer/composer/blob/master/doc/00-intro.md#introduction) if you are not familiar with composer)

PHP Usage
---------

[](#php-usage)

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "\\kalanis\\RemoteRequestPsr\\Processor\\Simple" into your app.

5.) Just call request

Usages
------

[](#usages)

Basic data sending through network. In this case just use php's internal streams.

```
    $request = \kalanis\RemoteRequestPsr\Content\Request();
    // ... $request is PSR request class WITHOUT immutability. So the most things works.

    $lib = new \kalanis\RemoteRequestPsr\Processor\Simple();
    $response = $lib->process($request);

    // ... $response is PSR response class WITHOUT immutability. So the most things works.
    return strval($response->getBody());
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

770d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.2.0

v1.1.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/499b0a541b787cdb31412f578c7b94c9790bcbee7de12c65b6101c6ce45ef6f0?d=identicon)[alex-kalanis](/maintainers/alex-kalanis)

---

Top Contributors

[![alex-kalanis](https://avatars.githubusercontent.com/u/59184183?v=4)](https://github.com/alex-kalanis "alex-kalanis (5 commits)")

---

Tags

requestpsr

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alex-kalanis-remote-request-psr/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kalanis-remote-request-psr/health.svg)](https://phpackages.com/packages/alex-kalanis-remote-request-psr)
```

###  Alternatives

[art4/requests-psr18-adapter

Use WordPress/Requests as a PSR-18 HTTP client

153.3k](/packages/art4-requests-psr18-adapter)

PHPackages © 2026

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