|
| 1 | +<a href="https://github.com/2captcha/2captcha-python"><img src="https://github.com/user-attachments/assets/37e1d860-033b-4cf3-a158-468fc6b4debc" width="82" height="30"></a> |
| 2 | +<a href="https://github.com/2captcha/2captcha-javascript"><img src="https://github.com/user-attachments/assets/4d3b4541-34b2-4ed2-a687-d694ce67e5a6" width="36" height="30"></a> |
| 3 | +<a href="https://github.com/2captcha/2captcha-go"><img src="https://github.com/user-attachments/assets/ab22182e-6cb2-41fa-91f4-d5e89c6d7c6f" width="63" height="30"></a> |
| 4 | +<a href="https://github.com/2captcha/2captcha-ruby"><img src="https://github.com/user-attachments/assets/0270d56f-79b0-4c95-9b09-4de89579914b" width="75" height="30"></a> |
| 5 | +<a href="https://github.com/2captcha/2captcha-cpp"><img src="https://github.com/user-attachments/assets/36de8512-acfd-44fb-bb1f-b7c793a3f926" width="45" height="30"></a> |
| 6 | +<a href="https://github.com/2captcha/2captcha-php"><img src="https://github.com/user-attachments/assets/c27d7db5-c20f-47c1-b252-96ee76503b9e" width="52" height="30"></a> |
| 7 | +<a href="https://github.com/2captcha/2captcha-java"><img src="https://github.com/user-attachments/assets/a3d923f6-4fec-4c07-ac50-e20da6370911" width="50" height="30"></a> |
| 8 | +<a href="https://github.com/2captcha/2captcha-csharp"><img src="https://github.com/user-attachments/assets/f4d449de-780b-49ed-bb0a-b70c82ec4b32" width="38" height="30"></a> |
| 9 | + |
1 | 10 | # PHP Module for 2Captcha API |
2 | 11 | The easiest way to quickly integrate [2Captcha] captcha solving service into your code to automate solving of any types of captcha. |
3 | | - |
4 | | -- [Installation](#installation) |
5 | | - - [Composer](#composer) |
6 | | - - [Manual](#manual) |
7 | | -- [Configuration](#configuration) |
8 | | -- [Solve captcha](#solve-captcha) |
9 | | - - [Normal Captcha](#normal-captcha) |
10 | | - - [Text](#text-captcha) |
11 | | - - [ReCaptcha v2](#recaptcha-v2) |
12 | | - - [ReCaptcha v3](#recaptcha-v3) |
13 | | - - [FunCaptcha](#funcaptcha) |
14 | | - - [GeeTest](#geetest) |
15 | | - - [GeeTestV4](#geetestv4) |
16 | | - - [hCaptcha](#hcaptcha) |
17 | | - - [KeyCaptcha](#keycaptcha) |
18 | | - - [Capy](#capy) |
19 | | - - [Grid (ReCaptcha V2 Old Method)](#grid) |
20 | | - - [Canvas](#canvas) |
21 | | - - [ClickCaptcha](#clickcaptcha) |
22 | | - - [Rotate](#rotate) |
23 | | - - [Audio](#audio) |
24 | | - - [Yandex](#yandex) |
25 | | - - [Lemin](#lemin) |
26 | | - - [Turnstile](#turnstile) |
27 | | - - [AmazonWaf](#amazonwaf) |
28 | | -- [Other methods](#other-methods) |
29 | | - - [send / getResult](#send--getresult) |
30 | | - - [balance](#balance) |
31 | | - - [report](#report) |
32 | | -- [Proxies](#proxies) |
33 | | -- [Error handling](#error-handling) |
| 12 | +Examples of API requests for different captcha types are available on the [PHP captcha solver](https://2captcha.com/lang/php) page. |
| 13 | +- [PHP Module for 2Captcha API](#php-module-for-2captcha-api) |
| 14 | + - [Installation](#installation) |
| 15 | + - [Composer](#composer) |
| 16 | + - [Manual](#manual) |
| 17 | + - [Configuration](#configuration) |
| 18 | + - [Solve captcha](#solve-captcha) |
| 19 | + - [Normal Captcha](#normal-captcha) |
| 20 | + - [Text](#text-captcha) |
| 21 | + - [ReCaptcha v2](#recaptcha-v2) |
| 22 | + - [ReCaptcha v3](#recaptcha-v3) |
| 23 | + - [FunCaptcha](#funcaptcha) |
| 24 | + - [GeeTest](#geetest) |
| 25 | + - [GeeTestV4](#geetestv4) |
| 26 | + - [hCaptcha](#hcaptcha) |
| 27 | + - [KeyCaptcha](#keycaptcha) |
| 28 | + - [Capy](#capy) |
| 29 | + - [Grid (ReCaptcha V2 Old Method)](#grid) |
| 30 | + - [Canvas](#canvas) |
| 31 | + - [ClickCaptcha](#clickcaptcha) |
| 32 | + - [Rotate](#rotate) |
| 33 | + - [Audio](#audio) |
| 34 | + - [Yandex](#yandex) |
| 35 | + - [Lemin](#lemin) |
| 36 | + - [Turnstile](#turnstile) |
| 37 | + - [AmazonWaf](#amazonwaf) |
| 38 | + - [Other methods](#other-methods) |
| 39 | + - [send / getResult](#send--getresult) |
| 40 | + - [balance](#balance) |
| 41 | + - [report](#report) |
| 42 | + - [Proxies](#proxies) |
| 43 | + - [Error handling](#error-handling) |
| 44 | +- [Get in touch](#get-in-touch) |
| 45 | +- [Join the team 👪](#join-the-team-) |
34 | 46 |
|
35 | 47 |
|
36 | 48 | ## Installation |
@@ -291,6 +303,16 @@ try { |
291 | 303 | // captcha is not solved so far |
292 | 304 | } |
293 | 305 | ``` |
| 306 | +## Get in touch |
| 307 | + |
| 308 | +<a href="mailto:support@2captcha.com"><img src="https://github.com/user-attachments/assets/539df209-7c85-4fa5-84b4-fc22ab93fac7" width="80" height="30"></a> |
| 309 | +<a href="https://2captcha.com/support/tickets/new"><img src="https://github.com/user-attachments/assets/be044db5-2e67-46c6-8c81-04b78bd99650" width="81" height="30"></a> |
| 310 | + |
| 311 | +## Join the team 👪 |
| 312 | + |
| 313 | +There are many ways to contribute, of which development is only one! Find your next job. Open positions: AI experts, scrapers, developers, technical support, and much more! 😍 |
| 314 | + |
| 315 | +<a href="mailto:job@2captcha.com"><img src="https://github.com/user-attachments/assets/36d23ef5-7866-4841-8e17-261cc8a4e033" width="80" height="30"></a> |
294 | 316 |
|
295 | 317 | <!-- Shared links --> |
296 | 318 | [2Captcha]: https://2captcha.com/ |
|
0 commit comments