PHPackages                             hamaadraza/php-impersonate - 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. hamaadraza/php-impersonate

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

hamaadraza/php-impersonate
==========================

A PHP library for making HTTP requests with browser impersonation

1.0.8(3mo ago)583.4k↑16.7%5[3 issues](https://github.com/hamaadraza/php-impersonate/issues)[3 PRs](https://github.com/hamaadraza/php-impersonate/pulls)MITPHPPHP ^8CI passing

Since Feb 26Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/hamaadraza/php-impersonate)[ Packagist](https://packagist.org/packages/hamaadraza/php-impersonate)[ Docs](https://github.com/hamaadraza/php-impersonate)[ GitHub Sponsors](https://github.com/hamaadraza)[ RSS](/packages/hamaadraza-php-impersonate/feed)WikiDiscussions main Synced 1mo ago

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

PHP-Impersonate
===============

[](#php-impersonate)

[![Tests](https://camo.githubusercontent.com/b00da87b393337fb74da7db13433fc132a5bbe04ea9d89a890aa54f2a7a248cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616d61616472617a612f7068702d696d706572736f6e6174652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hamaadraza/php-impersonate/actions/workflows/run-tests.yml)

A PHP library for making HTTP requests with browser impersonation. This library uses curl-impersonate to mimic various browsers' network signatures, making it useful for accessing websites that may detect and block automated requests.

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

[](#installation)

Install via Composer:

```
composer require hamaadraza/php-impersonate
```

System Requirements
-------------------

[](#system-requirements)

- PHP 8.0 or higher

Basic Usage
-----------

[](#basic-usage)

```
