PHPackages                             deemru/fetcher - 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. deemru/fetcher

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

deemru/fetcher
==============

Simple wrapper around cURL

1.0.7(1mo ago)0645↑112.5%1MITPHPPHP &gt;=5.6CI passing

Since Aug 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/deemru/Fetcher)[ Packagist](https://packagist.org/packages/deemru/fetcher)[ Docs](http://github.com/deemru/Fetcher)[ RSS](/packages/deemru-fetcher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (1)

Fetcher
=======

[](#fetcher)

[![packagist](https://camo.githubusercontent.com/32d07d3e86a5abc7514938ef283b9c1c3a5edaed45dd6939cfc10cf9ebaaf14f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465656d72752f666574636865722e737667)](https://packagist.org/packages/deemru/fetcher) [![php-v](https://camo.githubusercontent.com/490ced8dbe279c7be08af71855a29a8b3fe494bd3226bea9edb9fa4c6f5a6564/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6465656d72752f666574636865722e737667)](https://packagist.org/packages/deemru/fetcher) [![GitHub](https://camo.githubusercontent.com/4f9c7f6a4c7b751ff3540e75b57ae92b66c3f58399c61f8214b66398f618028f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6465656d72752f466574636865722f7068702e796d6c3f6c6162656c3d676974687562253230616374696f6e73)](https://github.com/deemru/Fetcher/actions/workflows/php.yml) [![codacy](https://camo.githubusercontent.com/cfe2181d5fc789bdb4206c7a4e00bede282b4e9b9347020f41a534f920c09920/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f34663833393766336566303934303132613766336562616438393839393965302e7376673f6c6162656c3d636f64616379)](https://app.codacy.com/gh/deemru/Fetcher/files) [![license](https://camo.githubusercontent.com/75b0ab98a0d282099ce673d75bc9444a7cc1d0cd44fca330650e7743b85616b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465656d72752f666574636865722e737667)](https://packagist.org/packages/deemru/fetcher)

[Fetcher](https://github.com/deemru/Fetcher) implements a simple wrapper around [cURL](https://www.php.net/manual/book.curl.php).

- Use `fetch()` for single/multi hosts served one-by-one
- Use `fetchMulti()` for multi hosts served simultaneous

Usage
-----

[](#usage)

```
$nodes =
[
    'https://example.com',
    'https://testnode1.wavesnodes.com',
    'https://testnode2.wavesnodes.com',
    'https://testnode3.wavesnodes.com',
    'https://testnode4.wavesnodes.com',
];

echo Fetcher::hosts( $nodes )->fetch( '/blocks/height' );
```

Requirements
------------

[](#requirements)

- [PHP](http://php.net) &gt;= 5.6
- [cURL](https://www.php.net/manual/book.curl.php)

Installation
------------

[](#installation)

Require through Composer:

```
composer require deemru/fetcher
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance90

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

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

Recently: every ~147 days

Total

8

Last Release

50d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10706633?v=4)[Dmitrii Pichulin](/maintainers/deemru)[@deemru](https://github.com/deemru)

---

Top Contributors

[![deemru](https://avatars.githubusercontent.com/u/10706633?v=4)](https://github.com/deemru "deemru (11 commits)")

---

Tags

httphttpscurlgetpost

### Embed Badge

![Health badge](/badges/deemru-fetcher/health.svg)

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

###  Alternatives

[mashape/unirest-php

Unirest PHP

1.3k9.7M161](/packages/mashape-unirest-php)[apimatic/unirest-php

Unirest PHP

224.7M116](/packages/apimatic-unirest-php)[phpgt/fetch

Asynchronous HTTP client with promises.

3724.0k3](/packages/phpgt-fetch)[elementaryframework/water-pipe

URL routing framework and requests/responses handler for PHP

254.6k4](/packages/elementaryframework-water-pipe)

PHPackages © 2026

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