Download the PHP package minipng/laravel-minipng without Composer

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

Laravel MiniPNG Package

Latest Version on Packagist Total Downloads License Tests

Laravel package for integrating with MiniPNG API - Image and PDF processing services.

Version: 1.0.0
Release Date: June 29, 2025

Features

Requirements

Getting Started

1. Get Your API Token

To use this package, you need a MiniPNG API token:

  1. Create an account or login at https://minipng.com/en/login
  2. Get your API token from https://minipng.com/user/panel/api-token
  3. Enjoy 500 free credits for one month upon registration

2. Installation

Install the package via Composer:

3. Publish Configuration

Publish the configuration file:

4. Configure API Key

Add your MiniPNG API key to your .env file:

Configuration

The configuration file config/minipng.php contains the following options:

Usage

Using the Facade

Using Dependency Injection

Using the Service Container

API Methods

Image Processing

compressImage(string $sourceUrl): array

Compress an image file to reduce its size while maintaining quality.

convertImage(string $sourceUrl, string $outputFormat, ?int $quality = null): array

Convert an image to a different format.

Supported formats: png, jpg, jpeg, webp, gif

PDF Processing

compressPdf(string $sourceUrl): array

Compress a PDF file to reduce its size while maintaining quality.

convertPdfToImages(string $sourceUrl, ?string $imagesQuality = null, ?string $imagesFormat = null): array

Convert a PDF document to a set of images (one per page).

Quality options: low, medium, high Format options: png, jpg

User Information

getProfile(): array

Get user profile and API usage information.

Response Format

Success Response (200/201)

Error Response (400/404/500)

Error Handling

The package throws MiniPNGException for API errors:

Examples

Controller Example

Artisan Command Example

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Support

For support, please contact: [email protected]


All versions of laravel-minipng with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
laravel/framework Version ^9.0|^10.0|^11.0
guzzlehttp/guzzle Version ^7.0
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 minipng/laravel-minipng contains the following files

Loading the files please wait ....