PHPackages                             balt-technologies/laravel-icon-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. balt-technologies/laravel-icon-captcha

ActiveProject

balt-technologies/laravel-icon-captcha
======================================

This is a simple but safe icon captcha for laravel

0.0.4(4y ago)0358MITPHP

Since Jun 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/balt-technologies/laravel-icon-captcha)[ Packagist](https://packagist.org/packages/balt-technologies/laravel-icon-captcha)[ RSS](/packages/balt-technologies-laravel-icon-captcha/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (6)Used By (0)

[![BALT-TECHNOLOGIES](https://camo.githubusercontent.com/0dc6b0e7979ea8f35e7cbe860ca85f6c3198083123c7a3bace2f61d656f86b39/68747470733a2f2f7777772e62616c742e64652f696d616765732f62616c742e706e67)](https://www.balt.de)

[LARAVEL - ICON - CAPTCHA](https://github.com/balt-technologies/laravel-icon-captcha)

Laravel Icon Captcha
--------------------

[](#laravel-icon-captcha)

This is a simple but safe turing test for your laravel application.

- Simple, fast turing test
- Without collecting any data of the user
- Customizeable in color and size

You need a working Laravel 8 project to use this package without any errors.

How to install Laravel-Icon-Captcha
-----------------------------------

[](#how-to-install-laravel-icon-captcha)

- After installing the package you need to set it up

Use the following command to get started:

```
php artisan vendor:publish

```

Now you have all the files you need published in your resource path, and you're ready to start.

How to use Laravel-Icon-Captcha
-------------------------------

[](#how-to-use-laravel-icon-captcha)

To use the graphical captcha, make sure to follow following steps:

Implement the app.js from the laravel-icon-captcha in your own app.js file. The easiest way is it to just require it.

In a usual Laravel-Folder Structure it should look like this.

```
require('../assets/vendor/laravel-icon-captcha/js/app')
```

make sure you have Vue installed and that you require it in your app.js also dont forget to create a new Vue Instance.

Now you are ready to compile your files with laravel mix:

```
npm run dev

```

\###Implement it in the frontend

- Make sure you have following div surrounding the form where you want to use the captcha:

```
 Every other stuff
```

- now you can just implement the vue component and the frontend part is done

```

```

\###Implement it in the backend

- To add the validation rule, you simply add following line to your request validation:

```
'captcha' => ['required', new LaravelIconCaptchaRule];
```

That's it. You're ready to go.

You can simply customize your laravel-icon-captcha by editing the css file.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

4

Last Release

1792d ago

### Community

Maintainers

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

---

Top Contributors

[![deniz-ediz](https://avatars.githubusercontent.com/u/55481955?v=4)](https://github.com/deniz-ediz "deniz-ediz (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/balt-technologies-laravel-icon-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/balt-technologies-laravel-icon-captcha/health.svg)](https://phpackages.com/packages/balt-technologies-laravel-icon-captcha)
```

PHPackages © 2026

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