PHPackages                             eddiezane/tinyhttp - 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. eddiezane/tinyhttp

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

eddiezane/tinyhttp
==================

A tiny HTTP library

0.2.0(11y ago)3973BSDPHPPHP &gt;=5.3.0CI failing

Since Mar 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/eddiezane/TinyHttp)[ Packagist](https://packagist.org/packages/eddiezane/tinyhttp)[ Docs](https://github.com/eddiezane/tinyhttp)[ RSS](/packages/eddiezane-tinyhttp/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

TinyHttp
========

[](#tinyhttp)

[![BuildStatus](https://camo.githubusercontent.com/ba6d79340c5a62d69cc541bca5fadb0ca619c275a9c9a5753ef1bfc1f1c1a4f6/68747470733a2f2f7472617669732d63692e6f72672f65646469657a616e652f54696e79487474702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eddiezane/TinyHttp)

TinyHttp is a very small HTTP wrapper written by [Neuman Vong](https://github.com/luciferous) and the fine folks over at [Twilio](https://twilio.com). For more information of its purpose, see [this issue](https://github.com/twilio/twilio-php/issues/214).

Install
-------

[](#install)

Via Composer

```
$ composer require eddiezane/tinyhttp
```

Usage
-----

[](#usage)

```
$client = new \TinyHttp('http://api.giphy.com');
echo $client->get('/v1/gifs/random', null, array('api_key' => 'dc6zaTOxFJmzC'))->body;
```

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

Todo
----

[](#todo)

- Improve README usage
- Write tests

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Neuman Vong](https://github.com/luciferous)
- [Twilio](https://github.com/twilio/twilio-php/blob/master/Services/Twilio/TinyHttp.php)
- [All Contributors](../../contributors)

License
-------

[](#license)

The ISC License (BSD). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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 ~14 days

Total

2

Last Release

4115d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/959573?v=4)[Eddie Zaneski](/maintainers/eddiezane)[@eddiezane](https://github.com/eddiezane)

---

Top Contributors

[![eddiezane](https://avatars.githubusercontent.com/u/959573?v=4)](https://github.com/eddiezane "eddiezane (9 commits)")[![iansltx](https://avatars.githubusercontent.com/u/472804?v=4)](https://github.com/iansltx "iansltx (2 commits)")

---

Tags

httpcurltiny

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eddiezane-tinyhttp/health.svg)

```
[![Health](https://phpackages.com/badges/eddiezane-tinyhttp/health.svg)](https://phpackages.com/packages/eddiezane-tinyhttp)
```

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k37.1M280](/packages/rmccue-requests)[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.7M275](/packages/nategood-httpful)[mashape/unirest-php

Unirest PHP

1.3k10.1M164](/packages/mashape-unirest-php)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48349.4M455](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84711.6M81](/packages/smi2-phpclickhouse)[pear/http_request2

Provides an easy way to perform HTTP requests.

784.3M54](/packages/pear-http-request2)

PHPackages © 2026

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