PHPackages                             sa/guzzlehttp-cloudflare - 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. sa/guzzlehttp-cloudflare

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

sa/guzzlehttp-cloudflare
========================

Bypass Cloudflare protection using GuzzleHTTP

0.1.4(7y ago)0271MITPHPPHP &gt;=5.5

Since Dec 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/AkimovSergei/guzzlehttp-cloudflare)[ Packagist](https://packagist.org/packages/sa/guzzlehttp-cloudflare)[ RSS](/packages/sa-guzzlehttp-cloudflare/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

[![logo](logo.png)](logo.png)

Guzzle Cloudflare Bypass
========================

[](#guzzle-cloudflare-bypass)

[![latest release](https://camo.githubusercontent.com/00815a07f1ffeb0737423577b31e50b4ee2fc6c743877c5e42cb22f2f218ecf9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a61796d6f756c696e2f67757a7a6c65687474702d636c6f7564666c6172652e737667 "latest release")](http://github.com/jaymoulin/guzzlehttp-cloudflare/releases)[![Bitcoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png "Bitcoin donation")](https://m.freewallet.org/id/374ad82e/btc)[![Litecoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png "Litecoin donation")](https://m.freewallet.org/id/374ad82e/ltc)[![PayPal donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png "PayPal donation")](https://www.paypal.me/jaymoulin)

Bypass Cloudflare DDoS protection - Please use it carefully

This package is based on [KyranRana's cloudflare-bypass](https://github.com/KyranRana/cloudflare-bypass).

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

[](#installation)

Using `composer`

```
composer require jaymoulin/guzzlehttp-cloudflare
```

Usage
-----

[](#usage)

```
$sUrl = 'https://thebot.net/';
$oClient = new \GuzzleHttp\Client([
    'cookies' => new \GuzzleHttp\Cookie\FileCookieJar(tempnam('/tmp', __CLASS__)),
    'headers' => ['Referer' => $sUrl],
]); // 1. Create Guzzle instance
/** @var \GuzzleHttp\HandlerStack $oHandler */
$oHandler = $oClient->getConfig('handler');
$oHandler->push(\GuzzleCloudflare\Middleware::create()); //2. ???

echo (string)$oClient->request('GET', $sUrl)->getBody(); //3. Profit!!
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~11 days

Total

5

Last Release

2694d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.1.3PHP &gt;=5.5

### Community

Maintainers

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

---

Top Contributors

[![jaymoulin](https://avatars.githubusercontent.com/u/14236493?v=4)](https://github.com/jaymoulin "jaymoulin (8 commits)")[![sergiiakimov](https://avatars.githubusercontent.com/u/24627705?v=4)](https://github.com/sergiiakimov "sergiiakimov (5 commits)")

### Embed Badge

![Health badge](/badges/sa-guzzlehttp-cloudflare/health.svg)

```
[![Health](https://phpackages.com/badges/sa-guzzlehttp-cloudflare/health.svg)](https://phpackages.com/packages/sa-guzzlehttp-cloudflare)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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