PHPackages                             filbertkm/httplib - 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. filbertkm/httplib

ActiveLibrary

filbertkm/httplib
=================

Lightweight http library

0.2(9y ago)031[1 issues](https://github.com/filbertkm/HttpLib/issues)PHP

Since Jun 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/filbertkm/HttpLib)[ Packagist](https://packagist.org/packages/filbertkm/httplib)[ RSS](/packages/filbertkm-httplib/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

HTTPLib
=======

[](#httplib)

[![Build Status](https://camo.githubusercontent.com/0e02ae585f5b5ae396470080334e82e63492002f8d528a1f115d709404ce537c/68747470733a2f2f7472617669732d63692e6f72672f66696c626572746b6d2f487474704c69622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/filbertkm/HttpLib)

Small php wrapper library around curl.

Usage
=====

[](#usage)

```
$url = 'http://www.openstreetmap.org/api/0.6/capabilities';

$httpClient = new HttpClient( 'HttpClientBot', 'http-client-test' );
$response = $httpClient->get( $url );

```

Returns response as a string, if successful, or false.

Also supports post and multipart requests.

License
=======

[](#license)

- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Release notes
=============

[](#release-notes)

0.2
---

[](#02)

- Added download method.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

3614d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99b03312aa8fcf47db8cbde452192aa5b96c27d1b99c4c1fb22af92ae1dbb0fb?d=identicon)[filbertkm](/maintainers/filbertkm)

---

Top Contributors

[![filbertkm](https://avatars.githubusercontent.com/u/135401?v=4)](https://github.com/filbertkm "filbertkm (2 commits)")

### Embed Badge

![Health badge](/badges/filbertkm-httplib/health.svg)

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

PHPackages © 2026

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