Download the PHP package sudippalash/mediauploader without Composer

On this page you can find all versions of the php package sudippalash/mediauploader. 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 mediauploader

Media Uploader

Latest Version on Packagist Total Downloads

mediauploader is a simple file-handling package for Laravel that provides various options for managing files, including image uploads, file uploads, WebP uploads, base64 image uploads, image uploads from URLs, and Google image content uploads. The package currently supports public, local, and s3 storage (note: only publicly accessible S3 buckets are supported).

It also includes file and image preview functionality.

Install

Via Composer

Publish config file

You should publish the config file with:

In config/mediauploader.php config file you should set mediauploader global path.

Configuration

Before using this, you must complete the following steps (if you want to use the default filesystem disk, which is public):

  1. Change your env filesystem drive to this if you want to use public storage directory.

  2. Please make sure to link your storage before using this package

  3. You can also specify the filesystem disk when using image or file functions (see the usage section for details).

Usage (File Upload)

  1. Image Upload

Example:

  1. Webp Image Upload

Example:

  1. Any Upload (if you are not sure what type of file is, you can use this)

Example:

  1. Image Upload from URL

Example:

  1. Base64 image Upload

Example:

  1. Content Upload

Example:

  1. Thumb (to create a thumb from an existing image, you can use this)

Example:

Returns:

Response from every function looks like this

Usage (File Delete)

File Delete

Example:

Usage (Directory Delete)

Directory Delete

Example:

Usage (FIle or Image Exists check)

  1. FIle/Image Exists

Example:

Usage (FIle or Image URL & Preview)

  1. FIle or Image Url

Example:

  1. File Preview

Example:

  1. File Preview from url

Example:

  1. Image Preview

Example:


All versions of mediauploader with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
laravel/framework Version ^7.0|^8.0|^9.0|^10.0|^11.0
intervention/image Version ^2.5
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 sudippalash/mediauploader contains the following files

Loading the files please wait ....