PHPackages                             ramzeng/laravel-tamper-attack - 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. [Security](/categories/security)
4. /
5. ramzeng/laravel-tamper-attack

ActiveLibrary[Security](/categories/security)

ramzeng/laravel-tamper-attack
=============================

laravel middleware to prevent tamper attacks.

1.1.0(2y ago)02MITPHPPHP ^8.1

Since Oct 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ramzeng/laravel-tamper-attack)[ Packagist](https://packagist.org/packages/ramzeng/laravel-tamper-attack)[ RSS](/packages/ramzeng-laravel-tamper-attack/feed)WikiDiscussions main Synced yesterday

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

 laravel-tamper-attack
=======================

[](#-laravel-tamper-attack-)

 laravel middleware to prevent tamper attacks.

Installing
----------

[](#installing)

```
$ composer require ramzeng/laravel-tamper-attack -vvv
```

Usage
-----

[](#usage)

### Publish config

[](#publish-config)

```
$ php artisan vendor:publish --provider="Ramzeng\LaravelTamperAttack\ServiceProvider"
```

### Add middleware

[](#add-middleware)

```
// app/Http/Kernel.php

class Kernel extends HttpKernel
{
    protected $middleware = [
        \Ramzeng\LaravelTamperAttack\Middlewares\TamperAttack::class,
    ];

    ...
    ...
}
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/ramzeng/laravel-tamper-attack/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/ramzeng/laravel-tamper-attack/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

990d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3332afa86b15ec534f00191519599bdc973683cfe64995976e7dc99afd706923?d=identicon)[ranpro](/maintainers/ranpro)

---

Top Contributors

[![ramzeng](https://avatars.githubusercontent.com/u/38133602?v=4)](https://github.com/ramzeng "ramzeng (3 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ramzeng-laravel-tamper-attack/health.svg)

```
[![Health](https://phpackages.com/badges/ramzeng-laravel-tamper-attack/health.svg)](https://phpackages.com/packages/ramzeng-laravel-tamper-attack)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.7k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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