PHPackages                             zguillez/z-http - 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. zguillez/z-http

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

zguillez/z-http
===============

PHP module for http request

v1.0.0(6y ago)01521MITPHP

Since Mar 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zguillez/z-http)[ Packagist](https://packagist.org/packages/zguillez/z-http)[ RSS](/packages/zguillez-z-http/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (1)

z-http
======

[](#z-http)

[![License](https://camo.githubusercontent.com/e498eead712d82d9ee1af0a4850acd2e46ea48c48fb9ce5a3d2ab64f28f95b34/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e737667)](http://doge.mit-license.org)

PHP module for MySql https

Getting Started
===============

[](#getting-started)

### Add package to composer.json

[](#add-package-to-composerjson)

`composer require zguillez/z-http`

```
//packaje.json
{
    "require": {
        "zguillez/z-http": "^1.0.0"
    }
}

```

Usage:
======

[](#usage)

```
require 'vendor/autoload.php';

$http = new Z\Http();
$data = ['a' => '1', 'b' => '2', 'c' => '3'];
$result = $http->get('http://tracker.masterd.es/json', $data, true);
//$result = $tools->post('http://tracker.masterd.es/json', $data, true);
var_dump($result);

```

Contributing and issues
=======================

[](#contributing-and-issues)

Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an [email](mailto:mail@zguillez.io).

License
=======

[](#license)

©2020 Zguillez.io

Original code licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) Open Source projects used within this project retain their original licenses.

Changelog
=========

[](#changelog)

### v1.0.0 (Mar 10, 2020)

[](#v100-mar-10-2020)

- Initial implementation

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

2

Last Release

2252d ago

Major Versions

v0.0.1 → v1.0.02020-03-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ae4906406c20dee4d4ea1cfe9245b7e416dd4a8d19f9963a195e38707dbd16a?d=identicon)[zguillez](/maintainers/zguillez)

---

Top Contributors

[![zguillez](https://avatars.githubusercontent.com/u/2631152?v=4)](https://github.com/zguillez "zguillez (3 commits)")

---

Tags

requestphpgetpost

### Embed Badge

![Health badge](/badges/zguillez-z-http/health.svg)

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

###  Alternatives

[stefangabos/zebra_curl

A high performance solution for making multiple HTTP requests concurrently, asynchronously from your PHP projects using cURL

21971.3k2](/packages/stefangabos-zebra-curl)[elementaryframework/water-pipe

URL routing framework and requests/responses handler for PHP

254.6k4](/packages/elementaryframework-water-pipe)

PHPackages © 2026

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