PHPackages                             hailkongsan/laravel-antibotlink - 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. hailkongsan/laravel-antibotlink

ActiveLibrary

hailkongsan/laravel-antibotlink
===============================

v0.1(5y ago)02.3k↓100%MITPHP

Since Nov 21Pushed 5y agoCompare

[ Source](https://github.com/hailkongsan/laravel-antibotlink)[ Packagist](https://packagist.org/packages/hailkongsan/laravel-antibotlink)[ RSS](/packages/hailkongsan-laravel-antibotlink/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Laravel AntiBotLink
-------------------

[](#laravel-antibotlink)

Installation
------------

[](#installation)

```
composer require hailkongsan/laravel-antibotlink

```

### Setup

[](#setup)

This package supports the auto-discovery feature of Laravel 5.5 and above, So skip these `Setup` instructions if you're using Laravel 5.5 and above.

In `app/config/app.php` add the following :

1- The ServiceProvider to the providers array :

```
Hailkongsan\AntiBotLink\AntiBotLinkServiceProvider::class,
```

2- The class alias to the aliases array :

```
'AntiBotLink' => Hailkongsan\AntiBotLink\Facades\AntiBotLink::class
```

3- Publish vendor

```
php artisan vendor:publish --provider="Hailkongsan\AntiBotLink\AntiBotLinkServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

#### Validation

[](#validation)

```
$validate = Validator::make(Input::all(), [
	'antibotlink' => 'required|antibotlink'
]);
```

##### Custom Validation Message

[](#custom-validation-message)

Add the following values to the `custom` array in the `validation` language file :

```
'custom' => [
    'antibotlink' => [
        'required' => 'Please verify that you are not a robot.',
        'antibotlink' => 'Invalid AntiBotLink verification!',
    ],
],
```

### Todo

[](#todo)

- Clean up and refactor code.
- Add more option to render image function.
- Finish readme (usage).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

2000d ago

### Community

Maintainers

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

---

Top Contributors

[![notmd](https://avatars.githubusercontent.com/u/33456881?v=4)](https://github.com/notmd "notmd (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hailkongsan-laravel-antibotlink/health.svg)

```
[![Health](https://phpackages.com/badges/hailkongsan-laravel-antibotlink/health.svg)](https://phpackages.com/packages/hailkongsan-laravel-antibotlink)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[alajusticia/laravel-logins

Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser

2011.0k](/packages/alajusticia-laravel-logins)[alajusticia/laravel-expirable

Make Eloquent models expirable

2193.4k5](/packages/alajusticia-laravel-expirable)

PHPackages © 2026

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