Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Scrape the website and forget about CloudFlare. This PHP library will take care of it.

Notifications You must be signed in to change notification settings

IhsanDevs/cloudflare-bypasser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to cloudflare-bypasser 👋

Version License: MIT Twitter: IhsanDevs

Bypass CLoudFlare easily. Forget Human Verification now.

Install

composer require Ihsandevs/cloudflare-bypasser

Usage

<?php 
use Ihsandevs\CloudflareBypasser\Bypass;


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

$bypass = new Bypass('https://ihsandevs.com');

echo $bypass->getRealContent(); // will return HTML content of the page

Author

👤 Ihsan Devs

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator