votong / cloudflare-bypasser
Bypass CLoudFlare. Forget Human Verification now.
v1.0.0
2023-07-08 10:13 UTC
Requires
- symfony/process: ^5.4 || ^6.1
This package is not auto-updated.
Last update: 2024-11-10 14:51:23 UTC
README
Bypass CLoudFlare easily. Forget Human Verification now.
Install
composer require votong/cloudflare-bypasser
Usage
<?php use VoTong\CloudflareBypasser\Bypass; require __DIR__ . '/vendor/autoload.php'; $bypass = new Bypass('https://ihsandevs.com'); echo $bypass->getRealContent(); // will return HTML content of the page
Author
👤 Vo Tong
- Website: https://ihsandevs.com
- Twitter: @IhsanDevs
- Github: @IhsanDevs
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator