PHPackages                             mops1k/lazy-http-client-bundle - 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. mops1k/lazy-http-client-bundle

Abandoned → [mops1k/api-client-bundle](/?search=mops1k%2Fapi-client-bundle)Symfony-bundle[HTTP &amp; Networking](/categories/http)

mops1k/lazy-http-client-bundle
==============================

Bundle for making async `lazy` http requests

1.5(6y ago)126MITPHPPHP ^7.1.3

Since Aug 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mops1k/lazy-http-client-bundle)[ Packagist](https://packagist.org/packages/mops1k/lazy-http-client-bundle)[ RSS](/packages/mops1k-lazy-http-client-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (12)Used By (0)

Lazy Http Client Bundle
=======================

[](#lazy-http-client-bundle)

This bundle provides lazy http client for symfony 4.1 and above. Lazy means that before you are not using any response methods, request doesn't execute.

#### Instructions

[](#instructions)

- [Installation](Resources/doc/installation.md)
- [Example client](Resources/doc/client.md)
- [Example response](Resources/doc/response.md)
- [Example query](Resources/doc/query.md)

#### Usage

[](#usage)

Simple usage example

```
use LazyHttpClientBundle\Client\Manager;
use App\ReqresFakeApi\Client;
use App\ReqresFakeApi\Query\ListUsersQuery;
use App\ReqresFakeApi\Query\SingleUserQuery;

$client = $this->get(Manager::class)->get(Client::class);
$client->use(ListUsersQuery::class);
$listResult = $client->execute();

$client->getRequest()->getParameters()->set('page', 2);
$listResult2 = $client->execute();

echo $listResult->getContent();
echo $listResult2->getContent();
echo $listResult2->getStatusCode();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Recently: every ~26 days

Total

11

Last Release

2357d ago

### Community

Maintainers

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

---

Top Contributors

[![mops1k](https://avatars.githubusercontent.com/u/3045773?v=4)](https://github.com/mops1k "mops1k (26 commits)")

---

Tags

httpapiclientsymfonyGuzzlelazy

### Embed Badge

![Health badge](/badges/mops1k-lazy-http-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mops1k-lazy-http-client-bundle/health.svg)](https://phpackages.com/packages/mops1k-lazy-http-client-bundle)
```

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[facile-it/crossbar-http-publisher-bundle

This bundle allows to submit PubSub events via HTTP/POST requests to a Crossbar HTTP Publisher.

1114.4k](/packages/facile-it-crossbar-http-publisher-bundle)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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