PHPackages                             jekys/http-client - 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. jekys/http-client

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

jekys/http-client
=================

Simple HTTP Client via cURL

v1.0.2(5y ago)034MITPHPPHP &gt;=7.2.0CI failing

Since Jan 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jekys13/http-client)[ Packagist](https://packagist.org/packages/jekys/http-client)[ RSS](/packages/jekys-http-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

Simple HTTP Client via cURL
===========================

[](#simple-http-client-via-curl)

[![Build Status](https://camo.githubusercontent.com/7b3d1ed4980adc9d4529b6c65d9d45da41f83ea1a774ed91f8ba41801bf84196/68747470733a2f2f7472617669732d63692e6f72672f6a656b797331332f687474702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jekys13/http-client)[![Coverage Status](https://camo.githubusercontent.com/e01688af2ec49f594f177ce1a67b7f6dcbdbe4ab4af91b803ce1d6285ebdd75b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6a656b797331332f687474702d636c69656e742f62616467652e737667)](https://coveralls.io/github/jekys13/http-client)[![Packagist Version](https://camo.githubusercontent.com/6f32ce302f7082cbd3c3b4ab620f6f28932d38285e097cd9153ef65d00420081/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a656b79732f687474702d636c69656e743f6c6162656c3d737461626c65)](https://camo.githubusercontent.com/6f32ce302f7082cbd3c3b4ab620f6f28932d38285e097cd9153ef65d00420081/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a656b79732f687474702d636c69656e743f6c6162656c3d737461626c65)[![License](https://camo.githubusercontent.com/f10ac2cd569d733cf2251fbf2cee7169167debbf98b82264aa346bc67e000a9f/68747470733a2f2f706f7365722e707567782e6f72672f6a656b79732f687474702d636c69656e742f6c6963656e7365)](https://packagist.org/packages/jekys/http-client)

Install
-------

[](#install)

```
composer require jekys/http-client

```

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php'

$url = 'http://localhost';

$client = new Jekys\Http\Client\Curl();

//GET request with params
$client->get($url, ['foo' => 'bar']);

//POST request with params
$client->post($url, ['foo' => 'bar']);

//PUT request with params
$client->put($url, ['foo' => 'bar']);

//PATCH request with params
$client->patch($url, ['foo' => 'bar']);

//DELETE request with params
$client->delete($url, ['foo' => 'bar']);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2145d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.3.0

v1.0.2PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/37f38987c57863002581e6f1ce6183c435bf54d05f4cac6816ff2ee642aa0b21?d=identicon)[jekys13](/maintainers/jekys13)

---

Top Contributors

[![jekys13](https://avatars.githubusercontent.com/u/31206132?v=4)](https://github.com/jekys13 "jekys13 (19 commits)")

---

Tags

httpapicurl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jekys-http-client/health.svg)

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

###  Alternatives

[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.7M275](/packages/nategood-httpful)[aplus/http-client

Aplus Framework HTTP Client Library

2171.6M1](/packages/aplus-http-client)[vinelab/http

An http library developed for the laravel framework. aliases itself as HttpClient

59302.6k11](/packages/vinelab-http)[msankhala/parsehub-php

Php wrapper classes for Parsehub REST api.

1312.4k](/packages/msankhala-parsehub-php)

PHPackages © 2026

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