Libraries tagged by prezent
vectorifyai/guzzle-rate-limiter
1916 Downloads
Guzzle middleware for preventive rate limiting with multi-store support, progressive delays, and cross-process coordination.
vanilla/safecurl
130238 Downloads
A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.
ublaboo/simple-http-auth
13702 Downloads
Extension for Nette Framework: set user, password and presenters names to secure and they will be secured via simple http authentification
thepixelage/craft-fragments
5146 Downloads
Fragments is a Craft CMS plugin for managing content and presentational fragments
symfony/symfony1
109659 Downloads
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
stevie-ray/referrer-spam-blocker
50 Downloads
Apache, Nginx, IIS, uWSGI & Varnish blacklist plus Google Analytics segment to prevent referrer spam traffic
smmoosavi/php-gettext
23882 Downloads
Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.
redpa2ya/magento2-module-replace-email-recipients
3929 Downloads
This module will be replaced all recipient email addresses by specific emails. This prevents emailing to actual customers when using database production on development or testing environments.
pahanini/yii2-neat-cache
5539 Downloads
A Yii2 components to prevent simultaneous updates (dog pile effect) during caching.
outl1ne/nova-openai
4672 Downloads
OpenAI SDK for a Laravel application that also stores OpenAI communication and presents it in a Laravel Nova admin panel.
opensoft/epl
18412 Downloads
The library is a php wrapper for the EPL2 Programming Language. At present do not support all commands EPL2.
nepada/security-annotations
9974 Downloads
Security annotations for Nette presenters and components.
myparcelcom/concurrency-safe-migrations
46260 Downloads
Provides an artisan command that runs migrations but prevents execution at the same time
mobilestock/laravel-model-affected-rows-verification
6582 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
mobilestock/auto-json-accept
5254 Downloads
That library will convert your Accept headers into application/json when it's generic or not present, using a global middleware