Libraries tagged by prevent
chrisguitarguy/simple-login-lockdown
21 Downloads
Simple prevention of brute force login attemps on your WordPress site.
bigfork/silverstripe-form-idempotency
301 Downloads
Idempotency key support to help prevent duplicate form submissions
avnsh1111/laravel-api-rate-limiter
27 Downloads
Laravel API Rate Limiter is an open-source package designed to help developers easily implement and manage rate limiting for their API endpoints in Laravel applications. This package aims to provide a flexible and configurable solution for protecting APIs from excessive requests, ensuring optimal performance and preventing abuse.
angus-dv/captcha
66 Downloads
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure used to determine whether a user is a human or a bot. It helps prevent automated software from abusing online services, protecting websites from spam, fraud, and other malicious activities.
alloy/pyrite
303 Downloads
Configurable spam prevention
afragen/local-development
6 Downloads
Places development notice for plugins or themes that are in local development. Prevents updating of selected plugins and themes. Allows for using a local file server.
aertmann/brute-force
1257 Downloads
Simple brute-force prevention (account locking) for Flow
actiview/magento2-catalog-search-spam-filter
180 Downloads
Magento 2 honeypot spam prevention
abenmada/sylius-broken-link-handler-plugin
4 Downloads
The Broken Link Handler plugin automatically redirects outdated product and taxon slugs to their new versions, ensuring they remain permanent and preventing their reuse by other entities
svandragt/silverstripe-optimisticlocking
7 Downloads
Prevents your site users from losing data by blocking the save process if the data has changed since it was loaded by the current user.
skyzyx/signer
32887 Downloads
Cryptographically sign data to prevent tampering.
sebastiaanluca/laravel-unbreakable-migrations
1281 Downloads
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
omnifraud/omnifraud
5 Downloads
A framework agnostic, multi-gateway fraud prevention library for PHP 7.1+
omnifraud/common
12421 Downloads
Core components for the Omnifraud PHP fraud prevention library
michael-rubel/laravel-safe-request
12266 Downloads
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.