PHPackages                             marko/http-guzzle - 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. marko/http-guzzle

ActiveMarko-module[HTTP &amp; Networking](/categories/http)

marko/http-guzzle
=================

Guzzle HTTP client driver for Marko Framework

0.8.5(4mo ago)09MITPHPPHP ^8.5

Since Mar 25Pushed 2mo agoCompare

[ Source](https://github.com/marko-php/marko-http-guzzle)[ Packagist](https://packagist.org/packages/marko/http-guzzle)[ RSS](/packages/marko-http-guzzle/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (20)Versions (24)Used By (0)

marko/http-guzzle
=================

[](#markohttp-guzzle)

Guzzle-powered HTTP client driver--makes real HTTP requests using the battle-tested Guzzle library.

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

[](#installation)

```
composer require marko/http-guzzle
```

Quick Example
-------------

[](#quick-example)

```
use Marko\Http\Contracts\HttpClientInterface;

class ApiClient
{
    public function __construct(
        private HttpClientInterface $httpClient,
    ) {}

    public function fetchData(): array
    {
        $response = $this->httpClient->get('https://api.example.com/data', [
            'headers' => ['Accept' => 'application/json'],
        ]);

        return $response->json();
    }
}
```

Documentation
-------------

[](#documentation)

Full usage, API reference, and examples: [marko/http-guzzle](https://marko.build/docs/packages/http-guzzle/)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance81

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

22

Last Release

135d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/437029?v=4)[Mark Shust](/maintainers/markshust)[@markshust](https://github.com/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (5 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/marko-http-guzzle/health.svg)

```
[![Health](https://phpackages.com/badges/marko-http-guzzle/health.svg)](https://phpackages.com/packages/marko-http-guzzle)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k51](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11938.5M7.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[guzzlehttp/test-server

Node.js server and PHP controller

14328.3k26](/packages/guzzlehttp-test-server)

PHPackages © 2026

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