PHPackages                             crawly/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. crawly/browser

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

crawly/browser
==============

v1.0.0(6y ago)05.0kMITPHPPHP &gt;=7.2CI failing

Since Sep 17Pushed 5y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Browser
=======

[](#browser)

Lib that returns headers to simulate a browser

- User-Agent
- Accept-Language
- Accept
- Accept-Encoding
- Connection
- Accept-Charset
- Pragma
- X-Requested-With
- Upgrade-Insecure-Requests

Install
=======

[](#install)

`composer require crawly/browser`

Usage
=====

[](#usage)

```
$browser = new Browser();
$headers = $browser->getHeaders();

```

**Additional Headers**

```
$browser = new Browser();
$headers = $browser->getHeaders([
    'Referer' => 'http://test.org'
]);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2481d ago

### Community

Maintainers

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

---

Top Contributors

[![Tagliatti](https://avatars.githubusercontent.com/u/4907036?v=4)](https://github.com/Tagliatti "Tagliatti (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[glowy/strings

Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.

183.4k2](/packages/glowy-strings)

PHPackages © 2026

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