dazza-dev/captcha-solver
最新稳定版本:v1.0.0
Composer 安装命令:
composer require dazza-dev/captcha-solver
包简介
Implementation of anti-captcha.com, capmonster.cloud and capsolver.com
README 文档
README
This package provides a simple and convenient way to solve captchas using different services.
Supported Services
anticaptcha- api.anti-captcha.comcapmonster- api.capmonster.cloudcapsolver- api.capsolver.com
Installation
composer require dazza-dev/captcha-solver
Usage
Configuration
Before using the package, you need to configure the captcha solver service and API key.
use DazzaDev\CaptchaSolver\CaptchaSolverClient; $captchaSolver = new CaptchaSolverClient; $captchaSolver->setService('service-name'); $captchaSolver->setApiKey('your-api-key-here');
Get Balance
$balance = $captchaSolver->getBalance(); echo $balance;
Solve reCaptcha V2
$result = $captchaSolver->solveReCaptchaV2( websiteUrl: 'website_url', websiteKey: 'website_key', ); echo $result;
Solve reCaptcha V3
$result = $captchaSolver->solveReCaptchaV3( websiteUrl: 'website_url', websiteKey: 'website_key', ); echo $result;
Contributions
Contributions are welcome. If you find any bugs or have ideas for improvements, please open an issue or send a pull request. Make sure to follow the contribution guidelines.
Author
Captcha Solver was created by DAZZA.
License
This project is licensed under the MIT License.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-29