PHPackages                             juniorb2ss/captcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. juniorb2ss/captcha

ActivePackage[Utility &amp; Helpers](/categories/utility)

juniorb2ss/captcha
==================

Package de serviços para quebra de captcha

1.0.2(10y ago)82862MITPHPPHP &gt;=5.5.9CI failing

Since May 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/juniorb2ss/Captcha)[ Packagist](https://packagist.org/packages/juniorb2ss/captcha)[ RSS](/packages/juniorb2ss-captcha/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

Captcha
=======

[](#captcha)

[![Laravel 5](https://camo.githubusercontent.com/2c9e794eadf9db5650f39617b9adb40d5b1574659ba0e8fa23659b55c6d89faa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352d677265656e2e737667)](https://laravel.com)[![Latest Stable Version](https://camo.githubusercontent.com/0cc02e0519be5d348243a2c7071fd8ced869cd639e2d12b40a92552602233754/68747470733a2f2f706f7365722e707567782e6f72672f6a756e696f72623273732f636170746368612f762f737461626c65)](https://packagist.org/packages/juniorb2ss/captcha)[![Total Downloads](https://camo.githubusercontent.com/611b8b6e3e52da1aa3ce06c631237137b24c9fcd90474be9748c7289b6618326/68747470733a2f2f706f7365722e707567782e6f72672f6a756e696f72623273732f636170746368612f646f776e6c6f616473)](https://packagist.org/packages/juniorb2ss/captcha)[![Latest Unstable Version](https://camo.githubusercontent.com/eb1038ca6e4821fd4e9ca7805e044e436200a1a0295f0013a44df62774fa2d15/68747470733a2f2f706f7365722e707567782e6f72672f6a756e696f72623273732f636170746368612f762f756e737461626c65)](https://packagist.org/packages/juniorb2ss/captcha)[![License](https://camo.githubusercontent.com/525d696d2f3169be3a999c66c0ddb892c9d59c0d8bf2f441a403b6beefe4c031/68747470733a2f2f706f7365722e707567782e6f72672f6a756e696f72623273732f636170746368612f6c6963656e7365)](https://packagist.org/packages/juniorb2ss/captcha)

Pacote 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.

No manual do serviço possui detalhes de como trabalhar com os parametros para envio de outros tipos de captchas.

Este pacote deverá ser usado com responsabilidade, o autor e contribuidores não devem responder pelas implementações/ações feita com este pacote.

### Atenção

[](#atenção)

Este pacote foi desenvolvido com o intuito de facilidade implementação de consultas e inteligência de resolução de captchas. Toda implementação será de sua responsabilidade.

### Version Stable

[](#version-stable)

1.0.2

### Instalação

[](#instalação)

```
$ composer require juniorb2ss/captcha 1.*
```

### Laravel 5

[](#laravel-5)

Configure os providers e aliases em `config/app.php`

```
'providers' => [
    // ....
      Captcha\Laravel\ServicesProvider::class,
    //...
];

'aliases' => [
    //...
    'dbc' => Captcha\Laravel\DeathByCaptchaFacade::class,
    //...
];
```

```
use Captcha\DeathByCaptcha\Service;
$dbc = new Service;
$dbc->credentials('yourLogin', 'yourPassword');
$text = $dbc->upload($base64Image);
// looping
echo $text;
```

Laravel

```
$dbc = dbc::credentials('yourLogin', 'yourPassword');
$text = $dbc->upload($base64Image);
// looping
echo $text;
```

### Desenvolvimento

[](#desenvolvimento)

Deseja contribuir com desenvolvimento? pull request :)

### To-do

[](#to-do)

License
-------

[](#license)

MIT

**Free Software, Hell Yeah!**

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 70% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3755d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.6

1.0.1PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/c688d73edf14d21b284a06a5bf330e130c6063bb7e473f34260069224b22b989?d=identicon)[juniorb2s](/maintainers/juniorb2s)

---

Top Contributors

[![juniorb2ss](https://avatars.githubusercontent.com/u/3980385?v=4)](https://github.com/juniorb2ss "juniorb2ss (7 commits)")[![thiagotalma](https://avatars.githubusercontent.com/u/612578?v=4)](https://github.com/thiagotalma "thiagotalma (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/juniorb2ss-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/juniorb2ss-captcha/health.svg)](https://phpackages.com/packages/juniorb2ss-captcha)
```

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.9M43](/packages/laravolt-avatar)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

4.0k27.9k](/packages/azuracast-azuracast)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5495.1k](/packages/hasinhayder-tyro-dashboard)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
