2017 © Pedro Peláez
 

library ergo-http

Micro-HTTP client for PHP 5.3

image

99designs/ergo-http

Micro-HTTP client for PHP 5.3

  • Monday, August 17, 2015
  • by mtibben
  • Repository
  • 38 Watchers
  • 1 Stars
  • 2,835 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 14 % Grown

The README.md

Ergo

A light-weight HTTP library for PHP5.3. Provides a client and some URL utils., (*1)

Extracted from 99designs/ergo., (*2)

Install

composer require 99designs/ergo-http., (*3)

Basic Usage


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

How to develop

To install dependancies via [Composer][2]:, (*4)

$ composer install --dev, (*5)

Run the test suite:, (*6)

$ 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

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

The Versions

17/08 2015

1.1.1

1.1.1.0 http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs

17/07 2015

dev-master

9999999-dev http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs

17/07 2015

1.1.0

1.1.0.0 http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs

19/11 2014

1.0.4

1.0.4.0 http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs

18/11 2014

1.0.3

1.0.3.0 http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs

17/11 2014

1.0.2

1.0.2.0 http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs

17/11 2014

1.0.1

1.0.1.0 http://github.com/99designs/ergo-http

Micro-HTTP client for PHP 5.3

  Sources   Download

MIT

The Requires

 

The Development Requires

http 99designs