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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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


πŸš€ Installation

πŸ›  Publish Configuration

πŸ“‚ Basic Usage

Save file using facade (no config):

Save from base64 or raw SVG string:

Upload image with processing:

SVG behavior in ImageUploader

Delete files:

πŸ“‘ Get file URL

πŸ—ƒ Supported Drivers

Configure in config/file-manager.php:

🧩 Requirement: Imagick

This package uses intervention/image with Imagick driver for image processing features such as:

Imagick is required and declared in composer.json (ext-imagick).


βš™οΈ Why Imagick?

Compared to GD:

If you're serious about handling images, GD is… let's say, β€œminimum effort mode”.


πŸ’» Installation Guide

πŸͺŸ Windows

  1. Download Imagick DLL from: πŸ‘‰ https://windows.php.net/downloads/pecl/releases/imagick/

  2. Choose version that matches:

    • Your PHP version
    • Thread safety (TS/NTS)
    • Architecture (x64/x86)
  3. Copy .dll file to: ext/

  4. Enable in php.ini:

  5. Restart your web server

🍎 macOS

Using Homebrew:

Then enable in php.ini:

🐧 Linux (Ubuntu/Debian)

Restart PHP / Web Server:

🐧 Linux (CentOS/RHEL)

Enable in php.ini:

βœ… Verify Installation

Run:

If installed correctly, you should see:

βœ… Current Stable Flow

πŸ“„ 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|^13
illuminate/http Version ^10|^11|^12|^13
illuminate/filesystem Version ^10|^11|^12|^13
illuminate/console Version ^10|^11|^12|^13
kornrunner/blurhash Version ^1.1
ext-http Version *
intervention/image Version ^3
ext-imagick Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package m2code/file-manager contains the following files

Loading the files please wait ...