PHPackages                             lisgroup/curl-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. lisgroup/curl-http

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

lisgroup/curl-http
==================

The lisgroup curl-http

1.3.0(7y ago)11.8kMITPHPPHP ^5.3|^7.0

Since Oct 7Pushed 7y agoCompare

[ Source](https://github.com/lisgroup/curl-http)[ Packagist](https://packagist.org/packages/lisgroup/curl-http)[ Docs](https://www.guke1.com)[ RSS](/packages/lisgroup-curl-http/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

PHP Curl-HTTP requests methods
==============================

[](#php-curl-http-requests-methods)

### Installation

[](#installation)

To install PHP curl-http:

```
composer require lisgroup/curl-http

```

### Requirements

[](#requirements)

Support PHP Version: 5.3+

### Quick Start and Examples

[](#quick-start-and-examples)

**NEW:** Get instances of class `Http`

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

use \Curl\Http;

// Get Class `Http` instances
$http = Http::getInstent(); // Old Version: $http = new Http();

$result = $http->request('https://www.example.com/');
var_dump($result);
```

GET Methods.

```
// https://www.example.com/search?key=keyword
$curl = Http::getInstent(); // Old Version: $curl = new Http();
$result = $curl->get('https://www.example.com/search', array(
    'key' => 'keyword',
));
var_dump($result);
```

POST Methods.

```
// https://www.example.com/login
$curl = Http::getInstent(); // Old Version: $curl = new Http();
$curl->post('https://www.example.com/login', array(
    'username' => 'myusername',
    'password' => 'mypassword',
));
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

4

Last Release

2641d ago

### Community

Maintainers

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

---

Top Contributors

[![lisgroup](https://avatars.githubusercontent.com/u/31757678?v=4)](https://github.com/lisgroup "lisgroup (13 commits)")

---

Tags

curlhttp requestlisgroup

### Embed Badge

![Health badge](/badges/lisgroup-curl-http/health.svg)

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

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M258](/packages/rmccue-requests)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

83510.1M71](/packages/smi2-phpclickhouse)[popphp/pop-http

Pop Http Component for Pop PHP Framework

1018.5k13](/packages/popphp-pop-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)
