Download the PHP package m2code/file-manager without Composer
On this page you can find all versions of the php package m2code/file-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download m2code/file-manager
More information about m2code/file-manager
Files in m2code/file-manager
Download m2code/file-manager
More information about m2code/file-manager
Files in m2code/file-manager
Vendor m2code
Package file-manager
Short Description Flexible Laravel File Manager: upload, move, delete, thumbnail, blurhash, and more
License MIT
Package file-manager
Short Description Flexible Laravel File Manager: upload, move, delete, thumbnail, blurhash, and more
License MIT
Please rate this library. Is it a good library?
Informations about the package file-manager
🛠️ File Manager for Laravel (WIP)
⚠️ This package is currently under active development. Breaking changes may occur. Contributions are welcome!
📦 A modular, clean-architecture-based Laravel package to manage file operations — image, video, documents — with support for multiple drivers (local, cloud, Firebase, etc), progressive images, and flexible configuration.
🔧 Features
- 📁 Save, move, delete, and manage files (images, videos, docs, etc.)
- 🧠 Auto-detect file type & handle accordingly
- 🌁 Image processing (blur preview, low quality, watermark)
- ☁️ Extensible storage drivers: local, S3, Firebase, etc.
- ⚙️ Clean architecture (DDD-friendly & testable)
- 🧩 Facade and fluent Uploader API
- 🔐 Support for signed/dynamic URLs
🚀 Installation
🛠 Publish Configuration
📂 Basic Usage
Save file using facade (no config):
Upload image with processing:
📡 Get file URL
🗃 Supported Drivers
- ✅ Local (default)
- 🔜 S3, Firebase, Custom drivers
Configure in config/file-manager.php
:
📄 License
MIT License © Marij Mokoginta (M2code)
All versions of file-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^10|^11|^12
illuminate/http Version ^10|^11|^12
illuminate/filesystem Version ^10|^11|^12
illuminate/console Version ^10|^11|^12
kornrunner/blurhash Version ^1.1
ext-http Version *
intervention/image Version ^3
illuminate/support Version ^10|^11|^12
illuminate/http Version ^10|^11|^12
illuminate/filesystem Version ^10|^11|^12
illuminate/console Version ^10|^11|^12
kornrunner/blurhash Version ^1.1
ext-http Version *
intervention/image Version ^3
The package m2code/file-manager contains the following files
Loading the files please wait ....