PHPackages                             daltcore/tarpit - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. daltcore/tarpit

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

daltcore/tarpit
===============

HTTP-Tarpit integration for Laravel

v1.0.2(9y ago)11.6kMITPHPPHP &gt;=5.6.9

Since Jun 2Pushed 9y agoCompare

[ Source](https://github.com/DALTCORE/laravel-tarpit)[ Packagist](https://packagist.org/packages/daltcore/tarpit)[ Docs](https://github.com/daltcore/tarpit)[ RSS](/packages/daltcore-tarpit/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (5)Used By (0)

HTTP-Tarpit
===========

[](#http-tarpit)

HTTP-Tarpit blocklist package for Laravel

Install
-------

[](#install)

Via Composer

```
$ composer require daltcore/tarpit
```

Usage
-----

[](#usage)

In your `config/app.php` at Service Providers

```
DALTCORE\Tarpit\TarpitServiceProvider::class,
```

In your `config/app.php` at Aliasses

```
'Tarpit' => DALTCORE\Tarpit\Facade::class,
```

In your `app/Exceptions/Handler.php` under function render() just before `return parent::render($request, $exception);`

```
/**
 * Tarpit Exception Helper
 */
\DALTCORE\Tarpit\Services\ExceptionHelper::handleTarpitCommunication($request, $exception);
```

In your `.env` file you have to add the following parameters

```
# To enable the tarpit
TARPIT_ENABLE=false

# Your website domain
TARPIT_DOMAIN=basis-cms.vm

# Tarpit API Key
TARPIT_API_KEY=af4ae3fe3ff09dbba45a601619ca783455cfeb4d

# Tarpit endpoint
TARPIT_ENDPOINT=api.http-tarpit.org

# Tarpit API Version
TARPIT_VERSION=v2

# Direct sync or with cache (30 minutes)
TARPIT_HANDLER=realtime

```

If you discover any security related issues, please contact [Ramon Smit](https://github.com/ramonsmit).

Credits
-------

[](#credits)

- [RamonSmit](https://github.com/RamonSmit)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](License.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~0 days

Total

4

Last Release

3314d ago

Major Versions

v0.1.0-alpha → v1.0.02017-06-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1906631?v=4)[Monn](/maintainers/RamonSmit)[@RamonSmit](https://github.com/RamonSmit)

---

Top Contributors

[![RamonSmit](https://avatars.githubusercontent.com/u/1906631?v=4)](https://github.com/RamonSmit "RamonSmit (15 commits)")

---

Tags

laraveldaltcoretarpit

### Embed Badge

![Health badge](/badges/daltcore-tarpit/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)

PHPackages © 2026

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