cloudflare-bypasser icon indicating copy to clipboard operation
cloudflare-bypasser copied to clipboard

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

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