PHPackages                             laxity7/ddos-guard-bypass - 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. [Security](/categories/security)
4. /
5. laxity7/ddos-guard-bypass

ActiveLibrary[Security](/categories/security)

laxity7/ddos-guard-bypass
=========================

DDoS-Guard Bypass

v1.0.0(1y ago)41091MITPHPPHP &gt;=7.4|&gt;=8.0

Since Jul 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/laxity7/ddos-guard-bypass)[ Packagist](https://packagist.org/packages/laxity7/ddos-guard-bypass)[ Docs](https://github.com/laxity7/ddos-guard-bypass)[ RSS](/packages/laxity7-ddos-guard-bypass/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Bypass DDos-Guard.net
=====================

[](#bypass-ddos-guardnet)

This PHP package provides functionality for sending HTTP requests to servers protected by DDos-Guard.net. The package allows bypassing DDos-Guard protection and accessing the necessary resources.

[![License](https://camo.githubusercontent.com/c292dac83cae76c0d71233844fb0a5d65dcb205100b9d1427dadc8dbcd6f8ea4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c6178697479372f64646f732d67756172642d6279706173732e737667)](https://github.com/laxity7/ddos-guard-bypass/blob/master/LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/d8beea7a6b5e73f4882a9a10b1f7645d9a92c63809f75f75bd4d82630d4f61be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6178697479372f64646f732d67756172642d6279706173732e737667)](https://packagist.org/packages/laxity7/ddos-guard-bypass)[![Total Downloads](https://camo.githubusercontent.com/538bb0d3b4c598a15ed3a2b7739c2a216fb66f4e38dc566a4459122ecd385695/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6178697479372f64646f732d67756172642d6279706173732e737667)](https://packagist.org/packages/laxity7/ddos-guard-bypass)

Features:

- Sending GET, POST and other requests to protected servers
- Bypassing DDos-Guard protection mechanisms only for legitimate requests
- Support for working with cookies and sessions

> **Note:** This package does not allow DDoS attacks on the service, but allows you to send requests with a 2-second wait and receive legitimate data.

Install
-------

[](#install)

Install via composer

```
composer require laxity7/ddos-guard-bypass
```

How to use
----------

[](#how-to-use)

```
require 'vendor/autoload.php';

use Laxity7\DdosGuardBypass\DdosGuardBypass;
use Laxity7\DdosGuardBypass\BypassConfig;

$config = new BypassConfig();
$config->cookiesFile = __DIR__ . '/cookies.json';
$config->headers = ['Authorization' => 'Bearer secret-token'];

$client = new DdosGuardBypass($config);
$result = $client->get('https://example.com/protected-resource');

if ($result->isSuccess()) {
    echo $result->getResponse()->getBody()->getContents();
}
```

License
-------

[](#license)

This project is distributed under the MIT license.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

713d ago

### Community

Maintainers

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

---

Top Contributors

[![laxity7](https://avatars.githubusercontent.com/u/6792144?v=4)](https://github.com/laxity7 "laxity7 (1 commits)")

### Embed Badge

![Health badge](/badges/laxity7-ddos-guard-bypass/health.svg)

```
[![Health](https://phpackages.com/badges/laxity7-ddos-guard-bypass/health.svg)](https://phpackages.com/packages/laxity7-ddos-guard-bypass)
```

###  Alternatives

[aws/aws-sdk-php

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

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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