Libraries tagged by uploader
struktal/struktal-file-uploads
52 Downloads
A PHP library to process uploaded files
photogabble/laravel-remember-uploads
156 Downloads
Laravel middleware and helper for remembering uploaded files during form validation.
mpyw/laravel-file-errors
3231 Downloads
A tiny extension that reports validation error details about uploaded files
jtotty/csv-loader
758 Downloads
Sort and format the data from uploaded csv's for updating database data.
it-blaster/uploadable-behavior
7797 Downloads
The UploadableBehavior helps you handle uploaded files with Propel
innomedio/sulu-image-optimizer-bundle
3447 Downloads
Optimizes images before they are being uploaded and stored in the Sulu media library
drands/deployer-sync
124 Downloads
A Laravel package to synchronize database and uploaded files between local and remote servers using Deployer.
atk14/http
5125 Downloads
PHP classes encapsulating HTTP request, HTTP response, cookie, uploaded file etc. This package is part of the ATK14 Framework.
wearerequired/filename-normalizer
16187 Downloads
WordPress mu-plugin to normalize filenames before they are uploaded.
vinterskogen/laravel-uploaded-image
161 Downloads
Gracefully deal with resizing, cropping and scaling uploaded images in Laravel apps
claudejanz/yii2-file-behavior
430 Downloads
Adds file behavior to Active Records
withcandour/statamic-anonymous-uploads
1001 Downloads
Automatically anonymize files uploaded via Statamic forms.
vulcandigital/silverstripe-hashupload
126 Downloads
Hashes the name of all files uploaded via the CMS or otherwise. Perfect for large sites that allow file uploads from potentially thousands of members
thisisbd/silverstripe-fixjpeg-orientation
3337 Downloads
SilverStripe Fix JPEG Orientation Module. Ensures that JPEG images uploaded from a mobile are rotated and saved upright according their orientation value for consistent viewing when displayed on a web page.
tacoberu/nette-form-fileupload
223 Downloads
Uploading files has its specifics. It is not enough just to upload the file. We also want to show it when it's already uploaded (preferably with a preview). We want to possibly delete it or replace it with another version.