PHPackages                             alleyinteractive/wp-concurrent-remote-requests - 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. alleyinteractive/wp-concurrent-remote-requests

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

alleyinteractive/wp-concurrent-remote-requests
==============================================

Feature plugin for concurrent HTTP remote requests

v1.1.1(10mo ago)5556.2k↓19.7%1[3 PRs](https://github.com/alleyinteractive/wp-concurrent-remote-requests/pulls)2GPL-2.0-or-laterPHPPHP ^7.4 || ^8.0CI passing

Since Jul 27Pushed 10mo ago20 watchersCompare

[ Source](https://github.com/alleyinteractive/wp-concurrent-remote-requests)[ Packagist](https://packagist.org/packages/alleyinteractive/wp-concurrent-remote-requests)[ Docs](https://github.com/alleyinteractive/wp-concurrent-remote-requests)[ RSS](/packages/alleyinteractive-wp-concurrent-remote-requests/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (6)Dependencies (1)Versions (11)Used By (2)

Concurrent Remote Requests Feature Plugin
=========================================

[](#concurrent-remote-requests-feature-plugin)

Stable tag: 1.1.1

Requires at least: 5.9

Tested up to: 6.8

Requires PHP: 7.4

License: GPL v2 or later

Tags: alleyinteractive, wp-concurrent-remote-requests

Contributors: alleyinteractive, srtfisher

[![All Pull Request Tests](https://github.com/alleyinteractive/wp-concurrent-remote-requests/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/alleyinteractive/wp-concurrent-remote-requests/actions/workflows/tests.yml)

A WordPress Feature plugin for concurrent HTTP remote requests in WordPress. Adds namespaced helper functions to make concurrent remote requests. Being tracked in [WordPress/wordpress-develop#3022](https://github.com/WordPress/wordpress-develop/pull/3022) and .

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require alleyinteractive/wp-concurrent-remote-requests
```

Usage
-----

[](#usage)

Activate the plugin in WordPress and use it like so:

```
// Supports an array of URLs:
\Alley\WP\Concurrent_Remote_Requests\wp_remote_get(
	[
		'https://alley.co/',
		'https://wordpress.org/',
	]
);

// Or more complex requests.
\Alley\WP\Concurrent_Remote_Requests\wp_remote_request(
	[
		[
			'https://alley.co/',
			[
				'body'   => [ ... ],
				'method' => 'POST',
			],
		],
		[
			'https://wordpress.org/',
			[
				'method' => 'DELETE',
			],
		],
	]
);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Sean Fisher](https://github.com/srtfisher)
- [All Contributors](../../contributors)

License
-------

[](#license)

The GNU General Public License (GPL) license. Please see [License File](LICENSE) for more information.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance55

Moderate activity, may be stable

Popularity43

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~283 days

Total

6

Last Release

303d ago

Major Versions

v0.1.0 → v1.0.02022-07-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/338d27065b1074f2d66d049d742f22996dd137eef6f91bc8f75350ceee1e8ef2?d=identicon)[srtfisher](/maintainers/srtfisher)

---

Top Contributors

[![srtfisher](https://avatars.githubusercontent.com/u/346399?v=4)](https://github.com/srtfisher "srtfisher (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (22 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (21 commits)")

---

Tags

wordpresswordpress-pluginalleyinteractivewp-concurrent-remote-requests

### Embed Badge

![Health badge](/badges/alleyinteractive-wp-concurrent-remote-requests/health.svg)

```
[![Health](https://phpackages.com/badges/alleyinteractive-wp-concurrent-remote-requests/health.svg)](https://phpackages.com/packages/alleyinteractive-wp-concurrent-remote-requests)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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