2017 © Pedro Peláez
 

library laravel-image-optimizer

Image optimizer for laravel

image

approached/laravel-image-optimizer

Image optimizer for laravel

  • Monday, March 5, 2018
  • by approached
  • Repository
  • 8 Watchers
  • 149 Stars
  • 46,608 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 32 Forks
  • 4 Open issues
  • 12 Versions
  • 10 % Grown

The README.md

This package is now deprecated. I prefer to use spatie/image-optimizer package. Because this code is better structured., (*1)


Laravel Imageoptimizer

License Latest Stable Version Total Downloads Build Status, (*2)

With this package you can easy optimize your image in laravel 5.x or lumen. Read the google instruction https://developers.google.com/speed/docs/insights/OptimizeImages about image optimize., (*3)

Installation

Recommend convert packages:, (*4)

sudo apt-get install pngquant gifsicle jpegoptim
  • Require this package with composer:
composer require approached/laravel-image-optimizer
  • After updating composer, add the ServiceProvider to the providers array in config/app.php
Approached\LaravelImageOptimizer\ServiceProvider::class,
  • Copy the package config to your local config with the publish command:
php artisan vendor:publish --tag=imageoptimizer

Usage

Automatic (middleware)

If you want to run the ImageOptimizer automatically for all the uploaded images:, (*5)

Route::post('admin/image/upload', function () {
    $picture = $request->file('picture');

   ...
})->middleware('AutoImageOptimizer');

Manual

On uploading a file:, (*6)

public function store(Request $request, ImageOptimizer $imageOptimizer)
    {
        $picture = $request->file('picture');

        // optimize
        $imageOptimizer->optimizeUploadedImageFile($picture);

        // save
        Storage::put('/my/cool/path/test.jpg', File::get($picture));

        ...
    }

Extension

License

MIT, (*7)

The Versions

05/03 2018

dev-master

9999999-dev https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

23/02 2017

2.3.0

2.3.0.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

24/01 2017

2.2.4

2.2.4.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

31/10 2016

2.2.3

2.2.3.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

04/09 2016

2.2.2

2.2.2.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

14/08 2016

2.2.1

2.2.1.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

11/08 2016

2.2.0

2.2.0.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

02/06 2016

2.1.0

2.1.0.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

30/05 2016

2.0.2

2.0.2.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

22/03 2016

2.0.1

2.0.1.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

24/02 2016

2.0.0

2.0.0.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image optimize

25/06 2015

1.0.0

1.0.0.0 https://github.com/approached/laravel-image-optimizer

Image optimizer for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image