Libraries tagged by plupload
unclecheese/kickassets
3958 Downloads
Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.
tyler-ajeesh/laravelcdn
2428 Downloads
Content Delivery Network (CDN) Package for Laravel
triginarsa/minio-storage-utils
35 Downloads
A comprehensive MinIO storage service package for Laravel with file processing capabilities
tohsakarat/tags-filter
854 Downloads
Add a tags filter dropdown on the index page.
support-gingerminds/laravel-filemanager
1844 Downloads
A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE
sunnysideup/perfect_cms_images
2833 Downloads
Silverstripe Module that makes it easier for CMS Editors to upload the right size image. It allows the developer to set the size for each image (width, height or both) in one place and apply this throughout the project in the CMS and on the front-end.
sudippalash/mediauploader
823 Downloads
Laravel package for Media Uploader
sowrensen/wormhole
545 Downloads
Plug and play file uploader for Laravel applications.
sergeykoz/yii2-imageupload
15857 Downloads
Image upload widget with crop for Yii2
sadovojav/yii2-image-cutter
8273 Downloads
Yii2 crop image widget
resumable2/resumable.js-php-server
64 Downloads
PHP library for handling chunk uploads. Works with flow.js html5 file uploads.
rekalogika/file-contracts
2692 Downloads
Interfaces, traits, and nominal classes for file abstraction.
rekalogika/file-association-entity
2405 Downloads
Utilities for handling files inside domain entities: EmbeddedMetadata for embedding metadata inside Doctrine entities, AbstractFile for creating one-to-many relations with files, and NullFile to handle cases in domain entities where a file must be present but is missing in the storage backend.
rekalogika/file-association-contracts
2412 Downloads
Interface for file association. To be implemented in entities that support file association.
rekalogika/file-association
2408 Downloads
Handles the association between Doctrine entities and files using the rekalogika/file framework, including from file uploads.