Libraries tagged by prevent
genealabs/laravel-appleseed
300 Downloads
Prevent the pesky missing-favicon error log entries, and return 404 if they don't exist.
footballfan141/log-limiter
9 Downloads
A PHP class for login attempts abuse preventing.
flextype-components/registry
5331 Downloads
Registry component provides a mechanism for storing data globally in a well managed fashion, helping to prevent global meltdown.
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
christophlehmann/route-cache
176 Downloads
A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
chrisguitarguy/simple-login-lockdown
21 Downloads
Simple prevention of brute force login attemps on your WordPress site.
bigfork/silverstripe-form-idempotency
317 Downloads
Idempotency key support to help prevent duplicate form submissions
avnsh1111/laravel-api-rate-limiter
28 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.
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
1263 Downloads
Simple brute-force prevention (account locking) for Flow
actiview/magento2-catalog-search-spam-filter
188 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
32889 Downloads
Cryptographically sign data to prevent tampering.
sebastiaanluca/laravel-unbreakable-migrations
1282 Downloads
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.