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(8mo ago)5449.8k↑11.8%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 8mo 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 1mo 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 95% of packages

Maintenance59

Moderate activity, may be stable

Popularity42

Moderate usage in the ecosystem

Community19

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

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

[friendsofsymfony/rest-bundle

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

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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