Libraries tagged by file storage
opensoft/storage-bundle
15627 Downloads
An opinionated file based storage system with database level file tracking.
kak/storage
1346 Downloads
file upload/resize/crop file move storage
fsi/files
10984 Downloads
A library for handling file upload and storage
biigle/user-storage
3231 Downloads
BIIGLE module to allow file upload and storage for users
vmorozov/laravel-file-uploads
3985 Downloads
This package provides a convenient way to upload files to the cloud storage amazon s3 or locally fast in Laravel
rekalogika/file
1326 Downloads
High-level file abstraction library built on top of Flysystem. It lets you work with file objects in an object-oriented manner. A file object represents a file in a Flysystem filesystem. It can be a local file or a file in a cloud storage, the library lets you work with them in the same way.
tes/laravel-google-drive-storage
22 Downloads
A Laravel package that integrates Google Drive as a storage option, allowing seamless file uploads, folder creation, and file management directly from your Laravel application.
sykez/laravel-storage-copy
5617 Downloads
Laravel Artisan command for copying files between Laravel Filesystem/Storage disks.
ssntpl/cloud-storage
35 Downloads
Laravel Storage Driver to sync files on to the multiple disks asynchronously
stechstudio/laravel-storage-connect
5787 Downloads
Assists with connecting to various cloud storage services and pushing files
rekalogika/file-contracts
1416 Downloads
Interfaces, traits, and nominal classes for file abstraction.
rekalogika/file-association-entity
1244 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.
dotsunited/cabinet
1963 Downloads
Cabinet is a PHP 5.3+ library providing a simple file storage layer
clarity-project/cdn-bundle
574 Downloads
Symfony2 bundle for file storage on local or remote cdn
league/flysystem-v2-preview
467 Downloads
File storage abstraction for PHP