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.3CI failing

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 2w 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

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M776](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[eightpoints/guzzle-bundle

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

44512.7M58](/packages/eightpoints-guzzle-bundle)[oro/platform

Business Application Platform (BAP)

645146.3k117](/packages/oro-platform)

PHPackages © 2026

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