PHPackages                             99designs/ergo-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. 99designs/ergo-http

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

99designs/ergo-http
===================

Micro-HTTP client for PHP 5.3

1.1.2(5y ago)24.6k12MITPHPPHP &gt;=5.3.0CI failing

Since Nov 17Pushed 5y ago66 watchersCompare

[ Source](https://github.com/99designs/ergo-http)[ Packagist](https://packagist.org/packages/99designs/ergo-http)[ Docs](http://github.com/99designs/ergo-http)[ RSS](/packages/99designs-ergo-http/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (10)Used By (2)

Ergo
====

[](#ergo)

A light-weight HTTP library for PHP5.3. Provides a client and some URL utils.

Extracted from [99designs/ergo](https://github.com/99designs/ergo).

Install
-------

[](#install)

`composer require 99designs/ergo-http`.

Basic Usage
-----------

[](#basic-usage)

```
$client = new \Ergo\Http\Client(new \Ergo\Http\Url($host));
$response = $client->get($path);

echo $response->getBody();
```

How to develop
--------------

[](#how-to-develop)

To install dependancies via [Composer](https://github.com/composer/composer):

`$ composer install --dev`

Run the test suite:

```
$ phpunit
PHPUnit 3.7.38 by Sebastian Bergmann.

Configuration read from /home/vagrant/ergo-http/phpunit.xml.dist

...................................................

Time: 149 ms, Memory: 5.00Mb

OK (51 tests, 163 assertions)

```

Status
------

[](#status)

Used in several high-volume production websites, including 99designs.com, flippa.com, learnable.com and sitepoint.com.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community29

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 55.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 ~364 days

Recently: every ~546 days

Total

7

Last Release

2052d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61d94165c13417941a32d14d4468f27868c7643e96495090cfd33009055ea48c?d=identicon)[mtibben](/maintainers/mtibben)

![](https://avatars.githubusercontent.com/u/1178572?v=4)[Giacomo Gatelli](/maintainers/arthens)[@arthens](https://github.com/arthens)

![](https://avatars.githubusercontent.com/u/29794?v=4)[Paul Leitmanis](/maintainers/sinamt)[@sinamt](https://github.com/sinamt)

---

Top Contributors

[![lox](https://avatars.githubusercontent.com/u/15758?v=4)](https://github.com/lox "lox (92 commits)")[![pda](https://avatars.githubusercontent.com/u/15759?v=4)](https://github.com/pda "pda (22 commits)")[![richo](https://avatars.githubusercontent.com/u/476418?v=4)](https://github.com/richo "richo (18 commits)")[![mtibben](https://avatars.githubusercontent.com/u/980499?v=4)](https://github.com/mtibben "mtibben (13 commits)")[![sinamt](https://avatars.githubusercontent.com/u/29794?v=4)](https://github.com/sinamt "sinamt (8 commits)")[![lwc](https://avatars.githubusercontent.com/u/336402?v=4)](https://github.com/lwc "lwc (5 commits)")[![harto](https://avatars.githubusercontent.com/u/103448?v=4)](https://github.com/harto "harto (4 commits)")[![larsyencken](https://avatars.githubusercontent.com/u/36012?v=4)](https://github.com/larsyencken "larsyencken (2 commits)")[![xzyfer](https://avatars.githubusercontent.com/u/579928?v=4)](https://github.com/xzyfer "xzyfer (1 commits)")[![dhotson](https://avatars.githubusercontent.com/u/21532?v=4)](https://github.com/dhotson "dhotson (1 commits)")[![arthens](https://avatars.githubusercontent.com/u/1178572?v=4)](https://github.com/arthens "arthens (1 commits)")

---

Tags

http99designs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/99designs-ergo-http/health.svg)

```
[![Health](https://phpackages.com/badges/99designs-ergo-http/health.svg)](https://phpackages.com/packages/99designs-ergo-http)
```

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k853.6M8.3k](/packages/symfony-http-kernel)[symfony/http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

2.0k330.1M4.6k](/packages/symfony-http-client)[amphp/http-server

A non-blocking HTTP application server for PHP based on Amp.

1.3k5.9M104](/packages/amphp-http-server)[api-platform/metadata

API Resource-oriented metadata attributes and factories

244.5M182](/packages/api-platform-metadata)[mimmi20/browser-detector

Library to detect Browsers and Devices

48156.1k4](/packages/mimmi20-browser-detector)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28146.3k](/packages/phpro-http-tools)

PHPackages © 2026

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