PHPackages                             sametsahindogan/guzzle-wrapper - 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. sametsahindogan/guzzle-wrapper

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

sametsahindogan/guzzle-wrapper
==============================

A wrapper for PHP Guzzle HTTP Client

v1.0.4(4y ago)4171MIT

Since Jan 19Compare

[ Source](https://github.com/sametsahindogan/guzzle-wrapper)[ Packagist](https://packagist.org/packages/sametsahindogan/guzzle-wrapper)[ RSS](/packages/sametsahindogan-guzzle-wrapper/feed)WikiDiscussions Synced 3w ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

guzzle-wrapper
==============

[](#guzzle-wrapper)

[![GitHub license](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/sametsahindogan/guzzle-wrapper/master/LICENSE)

> This package a simple wrapper for [guzzle/guzzle](https://github.com/guzzle/guzzle).

Requirements
------------

[](#requirements)

- [guzzle/guzzle](https://github.com/guzzle/guzzle) **&gt;= 7.0**

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

[](#installation)

```
composer require sametsahindogan/guzzle-wrapper
```

Request
-------

[](#request)

**GET**

```
$api = (new ApiCallBuilder('https://dev.test.com', '/me', ApiCallBuilder::HTTP_GET));

$response = $api->call();
```

**POST**

```
$api = (new ApiCallBuilder('https://dev.test.com', '/login', ApiCallBuilder::HTTP_POST));

$response = $api->body([ 'Your' => 'Body' ])->call();
```

Options
-------

[](#options)

Here are a few optional methods to you can add your chain;

```
->headers([ 'Your' => 'Headers' ])
->bearerToken(' Your Token ')
->basicAuth(' Your Credentials ')
->formParams([ 'Your' => 'Params' ])
->multipart([ 'Your' => 'Multipart' ])
->body([ 'Your' => 'Body' ])
->rawBody('Raw Body')
->queryString(' Your Query String ')
```

License
-------

[](#license)

MIT © [Samet Sahindogan](https://github.com/sametsahindogan/laravel-jwtredis/blob/master/LICENSE)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

1585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/473ceed3f0cea57f7ea1e773f16ecaf17abdc40278285db38fc8ebdbd0599419?d=identicon)[sametsahindogan](/maintainers/sametsahindogan)

### Embed Badge

![Health badge](/badges/sametsahindogan-guzzle-wrapper/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

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

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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