PHPackages                             padosoft/httpclient - 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. padosoft/httpclient

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

padosoft/httpclient
===================

helper for http client guzzle

1.0.10(9y ago)147[1 PRs](https://github.com/padosoft/HTTPClient/pulls)1MITPHP

Since May 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/padosoft/HTTPClient)[ Packagist](https://packagist.org/packages/padosoft/httpclient)[ Docs](https://github.org/Padosoft/HTTPClient/)[ RSS](/packages/padosoft-httpclient/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (8)Dependencies (7)Versions (20)Used By (1)

WORK IN PROGRESS
----------------

[](#work-in-progress)

httpclient
==========

[](#httpclient)

Very simple HTTP Client using Guzzle to make request more user friendly. You start to send HTTP request in minute.

[![Latest Version on Packagist](https://camo.githubusercontent.com/cd1b0ce598418cf0a1fcdce318f957bc4917fbd67c543c41710a186c0d9a2f62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061646f736f66742f68747470636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/padosoft/httpclient)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/f2f85460e013b2f2f5e922b716970696bdaf018eb4d2b270ac907d000bc4645e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7061646f736f66742f48545450436c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/padosoft/HTTPClient)[![Coverage Status](https://camo.githubusercontent.com/65ea0cd668efbb86e9036f9e448f4afc2f3c8b5cb8efa16c500dd969b906048f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7061646f736f66742f68747470636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/padosoft/HTTPClient/code-structure)[![Quality Score](https://camo.githubusercontent.com/296db74306547cf419264c98dc13f52fe1d7cf246f1f5bde35365f7780c9b86f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7061646f736f66742f68747470636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/padosoft/HTTPClient)[![Total Downloads](https://camo.githubusercontent.com/21d9563f2fc2b2af718a55588ed2ed56c160602820d5cc488c0699b8cfa65fbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061646f736f66742f68747470636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/padosoft/httpclient)[![SensioLabsInsight](https://camo.githubusercontent.com/57170710eb208af19223416ea56bcdce0ed4e3146b25404e60734eb8d6c11e89/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39616661623566612d653965342d343064662d386363662d3663313232633236666434322f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/9afab5fa-e9e4-40df-8ccf-6c122c26fd42)[![Agnostic](https://camo.githubusercontent.com/cdc03b34bee04f3c6afe99b47173b09d65b92d88b04aded32b3b8cc5e12ecee9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d4672616d65776f726b25323061676e6f737469632d3446354239332e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/cdc03b34bee04f3c6afe99b47173b09d65b92d88b04aded32b3b8cc5e12ecee9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d4672616d65776f726b25323061676e6f737469632d3446354239332e7376673f7374796c653d666c61742d737175617265)[![HHVM Status](https://camo.githubusercontent.com/a6a21ab2238a499a5fa8e912df999952e521ed3fe3bafa56041ae3f2b24c9ee9/687474703a2f2f6868766d2e683463632e64652f62616467652f7061646f736f66742f68747470636c69656e742e737667)](http://hhvm.h4cc.de/package/padosoft/httpclient)

Table of Contents
=================

[](#table-of-contents)

- [httpclient](#httpclient)
- [Table of Contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Example](#example)
- [Screenshots](#screenshots)
- [Change Log](#change-log)
- [Testing](#testing)
- [Contributing](#contributing)
- [Security](#security)
- [API Documentation](#api-documentation)
- [Credits](#credits)
- [About Padosoft](#about-padosoft)
- [License](#license)

Prerequisites
=============

[](#prerequisites)

PHP &gt;=5.5.0

Install
=======

[](#install)

This package can be installed through Composer.

```
composer require padosoft/httpclient
```

Usage
=====

[](#usage)

Example
-------

[](#example)

Screenshots
===========

[](#screenshots)

Change Log
==========

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
=======

[](#testing)

Contributing
============

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
========

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

API Documentation
=================

[](#api-documentation)

Please see API documentation at

Credits
=======

[](#credits)

- [Padosoft](https://github.com/padosoft)
- [All Contributors](../../contributors)

About Padosoft
==============

[](#about-padosoft)

Padosoft is a software house based in Florence, Italy. Specialized in E-commerce and web sites.

License
=======

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~27 days

Recently: every ~75 days

Total

18

Last Release

3293d ago

Major Versions

0.0.7 → 1.0.02016-10-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10467699?v=4)[Lorenzo](/maintainers/lopadova)[@lopadova](https://github.com/lopadova)

---

Top Contributors

[![alevento](https://avatars.githubusercontent.com/u/5909180?v=4)](https://github.com/alevento "alevento (20 commits)")[![lopadova](https://avatars.githubusercontent.com/u/10467699?v=4)](https://github.com/lopadova "lopadova (14 commits)")[![ahahahah](https://avatars.githubusercontent.com/u/2970013?v=4)](https://github.com/ahahahah "ahahahah (1 commits)")

---

Tags

guzzlehttphttp-clientrequestresponsehttplient

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/padosoft-httpclient/health.svg)

```
[![Health](https://phpackages.com/badges/padosoft-httpclient/health.svg)](https://phpackages.com/packages/padosoft-httpclient)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.4k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6943.5M449](/packages/drupal-core-recommended)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.7M7](/packages/avalara-avataxclient)

PHPackages © 2026

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