PHPackages                             netherphp/browser - 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. netherphp/browser

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

netherphp/browser
=================

Lightweight web requests.

01.5kPHPCI passing

Since Jan 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/netherphp/browser)[ Packagist](https://packagist.org/packages/netherphp/browser)[ RSS](/packages/netherphp-browser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nether\\Browser
===============

[](#netherbrowser)

[![Packagist](https://camo.githubusercontent.com/f80019a1f42be8234c3cec58533cfffcdbce4c01a27f5d3734745a85933fb06e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65746865727068702f62726f777365722e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/netherphp/browser)[![Build Status](https://camo.githubusercontent.com/715bc1d3a81722fe2d2ebb14e161f793a9fc9a62444f10e2aa1510d9b5a8ef6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e65746865727068702f62726f777365722f706870756e69742e796d6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/netherphp/browser/actions)[![codecov](https://camo.githubusercontent.com/5a3488f8ee4eacdfcca5f67e2c8c30a38608de8a142f50206144da1bb662718c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f6e65746865727068702f62726f777365723f7374796c653d666f722d7468652d626164676526746f6b656e3d5651433438584e425332)](https://codecov.io/gh/netherphp/browser)

Provide a light weight means of asking for remote resources, idealy with the fewest number of error cases to consider but that has yet to be seen. Able to fetch a remote resource using PHP's `file_get_contents()` or the `cURL`extension.

```
use Nether\Browser;

$Client = Browser\Client::FromURL('https://google.com/search?q=test');

// fetching generic data without any care as to what it may be.

$Text = $Client->Fetch();

// fetching data expecting the remote to be valid json. returns an array on
// success or null on failure.

$Data = $Client->FetchAsJSON(); // array or NULL.

// fetching data expecting the remote to be valid html. returns a Document on
// success or null on failure.

$HTML = $Client->FetchAsHTML(); // Browser\Document or NULL.
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b64ee49e86efa67a7de4afdc42c2686460d1e46ac7eac7e6ccfa6407ec7d979a?d=identicon)[bobmagicii](/maintainers/bobmagicii)

---

Top Contributors

[![bobmagicii](https://avatars.githubusercontent.com/u/881944?v=4)](https://github.com/bobmagicii "bobmagicii (22 commits)")

### Embed Badge

![Health badge](/badges/netherphp-browser/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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