Libraries tagged by file protection
causal/fal-protect
55528 Downloads
Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).
cooltronicpl/document-helpers
4273 Downloads
Revolutionize your PDF creation process with the PDF Generator for Craft CMS. Create and manage PDFs with ease using customizable templates and a range of options.
wp-spaghetti/wp-logger
388 Downloads
A comprehensive WordPress logging service with Wonolog integration, secure file logging, multi-server protection, and environment-based configuration
mrdebug/lara-file-encrypter
365 Downloads
LaraFileEncrypter: A Laravel package enabling secure and seamless management of encrypted files without the need for persistent key storage.
karavasilev/cryptomanana
62 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
arraypress/wp-file-guard
5 Downloads
Dead simple file and directory protection for WordPress plugins. Handles .htaccess rules, index files, and protection verification.
s7design/file-upload-virus-validation
17 Downloads
Makes virus check validation for uploaded files
mediawiki/smw-file-protect
13 Downloads
Protects files and namespaces in Semantic MediaWiki based on user rights and properties.
masterro/dev-protection
579 Downloads
Laravel 5.* package for quick developer protection functions
techmaurice/phido
16 Downloads
PHP library to identify file types
responsive-sk/slim4-paths
481 Downloads
Complete path management solution for PHP applications with zero dependencies, built-in filesystem operations, enhanced security, framework presets (Laravel, Slim4, Mezzio), and comprehensive validation
drlaravel/lockryptic
0 Downloads
A powerful PHP library for encrypting files and folders with secure execution capabilities
maikuolan/phpmussel-plugin-notifications
20 Downloads
A phpMussel plugin to receive email notifications from phpMussel whenever a file upload is blocked.
indzz/pdfprotect
217 Downloads
A library to add password protection to an existing PDF file
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.