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.5k12MITPHPPHP &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 1mo 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

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

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

2007d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/6d43d23630fc281c26ff5872d03d054e1508b5676eeefee1424464ab5c0f00e4?d=identicon)[arthens](/maintainers/arthens)

![](https://www.gravatar.com/avatar/077206ec25224ef22d3151c8d6803444c5a0dfb5c9977d8e28d1da3c51ae0534?d=identicon)[sinamt](/maintainers/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-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

2.0k314.0M3.4k](/packages/symfony-http-client)[amphp/http-server

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

1.3k4.5M81](/packages/amphp-http-server)[php-http/logger-plugin

PSR-3 Logger plugin for HTTPlug

29025.3M69](/packages/php-http-logger-plugin)[rtheunissen/guzzle-log-middleware

Guzzle middleware to log requests and responses

842.3M17](/packages/rtheunissen-guzzle-log-middleware)[elastic/transport

HTTP transport PHP library for Elastic products

1920.6M7](/packages/elastic-transport)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

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

PHPackages © 2026

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