Download the PHP package usmanshoukat001/multiple_image_converter without Composer

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

Multiple Image Converter for Laravel

The Multiple Image Converter is a Laravel package that provides support for converting images between various formats. This package leverages popular PHP libraries such as Guzzle, Intervention Image, ImageMagick, and Laravel FFMpeg to offer a comprehensive solution for image conversion.

Table of Contents

Installation

You can install the package via Composer by running the following command:

After installation, you can publish the package's configuration files with the following command:

This will allow you to customize the package's configuration to fit your project's needs.

Requirements

To use the Multiple Image Converter, you will need to have the following dependencies installed:

Make sure these packages are properly set up in your Laravel project.

Usage

The package offers a simple way to convert images. To get started, follow these steps:

  1. Add the conversion routes to your web.php file:

  2. Create a view named 'imageconverter' to allow users to upload images for conversion.

  3. Implement the 'imageconverter' method in your ImageController to handle the image conversion based on your project's requirements.

Configuration

You can customize the package's configuration by editing the config/multiple_image_converter.php file. This file allows you to specify settings such as image format options and conversion parameters.

Example Routes

Here are two example routes you can use as a starting point:

You can modify these routes to fit your project's structure and requirements.

License

This package is open-source software licensed under the MIT license.


Feel free to add more details and specific usage instructions based on the functionalities of your package. Additionally, consider providing code examples and other documentation as needed for users to understand how to utilize the package effectively.


All versions of multiple_image_converter with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.0.1
intervention/image Version ^2.7
orbitale/imagemagick-php Version ^3.3
pbmedia/laravel-ffmpeg Version ^8.3
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 usmanshoukat001/multiple_image_converter contains the following files

Loading the files please wait ....