{"id":18991543,"url":"https://github.com/juniorb2ss/captcha","last_synced_at":"2025-09-08T09:40:01.154Z","repository":{"id":57003042,"uuid":"57929461","full_name":"juniorb2ss/Captcha","owner":"juniorb2ss","description":"Decaptcher easy","archived":false,"fork":false,"pushed_at":"2017-08-02T16:46:10.000Z","size":27,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T01:34:08.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juniorb2ss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-03T00:16:44.000Z","updated_at":"2019-10-03T16:40:30.000Z","dependencies_parsed_at":"2022-08-21T14:10:46.463Z","dependency_job_id":null,"html_url":"https://github.com/juniorb2ss/Captcha","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/juniorb2ss/Captcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FCaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FCaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FCaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FCaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juniorb2ss","download_url":"https://codeload.github.com/juniorb2ss/Captcha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorb2ss%2FCaptcha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166478,"owners_count":25233957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T17:14:11.512Z","updated_at":"2025-09-08T09:40:01.096Z","avatar_url":"https://github.com/juniorb2ss.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Captcha\n[![Laravel 5](https://img.shields.io/badge/Laravel-5-green.svg)](https://laravel.com)\n[![Latest Stable Version](https://poser.pugx.org/juniorb2ss/captcha/v/stable)](https://packagist.org/packages/juniorb2ss/captcha)\n[![Total Downloads](https://poser.pugx.org/juniorb2ss/captcha/downloads)](https://packagist.org/packages/juniorb2ss/captcha)\n[![Latest Unstable Version](https://poser.pugx.org/juniorb2ss/captcha/v/unstable)](https://packagist.org/packages/juniorb2ss/captcha)\n[![License](https://poser.pugx.org/juniorb2ss/captcha/license)](https://packagist.org/packages/juniorb2ss/captcha)\n\nPacote de serviços para quebra de captcha. Para quebra de captcha é utilizado serviço `DeathByCaptcha`, é feito uma requisição pela abstração da API do serviço, após efetuar requisição é preciso esperar em torno de `~10` segundos para obter a resposta. Visite o site deles e assine um plano para obter credenciais.\n\nNo manual do serviço possui detalhes de como trabalhar com os parametros para envio de outros tipos de captchas.\n\nEste pacote deverá ser usado com responsabilidade, o autor e contribuidores não devem responder pelas implementações/ações feita com este pacote.\n\n### Atenção\n\nEste pacote foi desenvolvido com o intuito de facilidade implementação de consultas e inteligência de resolução de captchas.\nToda implementação será de sua responsabilidade.\n\n### Version Stable\n1.0.2\n\n### Instalação\n\n```sh\n$ composer require juniorb2ss/captcha 1.*\n```\n### Laravel 5\nConfigure os providers e aliases em `config/app.php`\n```php\n'providers' =\u003e [\n    // ....\n      Captcha\\Laravel\\ServicesProvider::class,\n    //...\n];\n\n'aliases' =\u003e [\n    //...\n    'dbc' =\u003e Captcha\\Laravel\\DeathByCaptchaFacade::class,\n    //...\n];\n```\n```php\nuse Captcha\\DeathByCaptcha\\Service;\n$dbc = new Service;\n$dbc-\u003ecredentials('yourLogin', 'yourPassword');\n$text = $dbc-\u003eupload($base64Image);\n// looping\necho $text;\n```\nLaravel\n```php\n$dbc = dbc::credentials('yourLogin', 'yourPassword');\n$text = $dbc-\u003eupload($base64Image);\n// looping\necho $text;\n```\n\n### Desenvolvimento\nDeseja contribuir com desenvolvimento? pull request :)\n\n### To-do\n\nLicense\n----\nMIT\n\n**Free Software, Hell Yeah!**\n\n[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Fcaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniorb2ss%2Fcaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorb2ss%2Fcaptcha/lists"}