PHPackages                             kawahara/httpgetcontents - 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. kawahara/httpgetcontents

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

kawahara/httpgetcontents
========================

HTTP Client by filegetcontents()

0.8.3(13y ago)016MITPHPPHP &gt;=5.3.0

Since Sep 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/kawahara/httpgetcontents)[ Packagist](https://packagist.org/packages/kawahara/httpgetcontents)[ RSS](/packages/kawahara-httpgetcontents/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

httpgetcontent
==============

[](#httpgetcontent)

This is simple http client that use filegetcontent().

How to use
----------

[](#how-to-use)

```
use HttpGetContent\Client;

$clinet = new Client();
$response = $client->get('http://labs.bucyou.net/ut/test.php?p=test');

// 200
echo $response->getCode();
// 'get'
echo $response->getContents();

$response = $client->post('http://labs.bucyou.net/ut/test.php', array('p' => 'test'));

// 200
echo $response->getCode();
// 'post'
echo $response->getContents();

```

And, you can use proxy by Client::setProxy();

Enjoy.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

4984d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/90656?v=4)[Shogo Kawahara (bucyou)](/maintainers/kawahara)[@kawahara](https://github.com/kawahara)

---

Top Contributors

[![kawahara](https://avatars.githubusercontent.com/u/90656?v=4)](https://github.com/kawahara "kawahara (5 commits)")

---

Tags

httpclient

### Embed Badge

![Health badge](/badges/kawahara-httpgetcontents/health.svg)

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

###  Alternatives

[m6web/guzzle-http-bundle

Symfony bundle on top of Guzzle

17511.5k2](/packages/m6web-guzzle-http-bundle)[swoole/etcd-client

Grpc PHP Client base on Swoole Http2 Coroutine

1973.2k1](/packages/swoole-etcd-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[chillerlan/php-httpinterface

A PSR-7/17/18 http message/client implementation

1417.1k5](/packages/chillerlan-php-httpinterface)

PHPackages © 2026

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