Libraries tagged by putEvent
algoyounes/idempotency
51 Downloads
Laravel Idempotency Middleware package to prevent duplicate requests
vinks/laravel-memory-cache
49 Downloads
A memory-based simple cache system for Laravel Eloquent. The main goal is to prevent unrequired calls to DB.
thinmy/cached-eloquent-user
286 Downloads
Caches authenticated user information to prevent laravel query on every request.
testmonitor/eloquent-lockable
56 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
teikun-86/anti-spoof
7 Downloads
Laravel middleware to detect and prevent spoofed IPs, forged headers, and identity manipulation attempts.
tbetool/spam-doctor
216 Downloads
Prevent your email from being spammed. PHP Library to check for whether content contains spam words.
sumeetghimire/encrypt-decrypt-with-key
24 Downloads
A Laravel package for encrypting and decrypting strings with a key (Fixed: Prevents repeated key generation)
soubai/webapplicationsecurity
5 Downloads
WebSecurity is a PHP class to Help Devlopper to prevent a almost webapplication security fails
solution25/maxmind
9 Downloads
MaxMind fraud prevention plugin for Shopware 6
secondtruth/gatekeeper
5 Downloads
Prevent spammers from ever reading your site
sajtiii/laravel-lockable-attributes
362 Downloads
Lock your eloquent model attributes to prevent changes on them.
ruogoo/replay-attack
208 Downloads
A laravel package which provide a middleware to prevent replay attack.
rayne/virtual-path
72 Downloads
The VirtualPath library normalises paths and prevents directory traversal attacks without querying a file system.
phpwatch/wordpress-samesite
14 Downloads
This plugin adds the “SameSite” cookie flag to WordPress’s authentication cookies. On supported browsers (all current IE, Edge, Chrome, and Firefox), this can effectively prevent all Cross-Site Request Forgery attacks throughout your WordPress site.
phpstan/mutant-killer-infection-runner
516 Downloads
Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis