{"id":15187748,"url":"https://github.com/paramonovav/laravel-optimize-images","last_synced_at":"2025-10-02T02:31:38.925Z","repository":{"id":57035865,"uuid":"39854845","full_name":"paramonovav/laravel-optimize-images","owner":"paramonovav","description":"Optimize images artisan command for Laravel 4","archived":true,"fork":false,"pushed_at":"2015-12-24T09:19:42.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-16T00:23:36.094Z","etag":null,"topics":["artisan-command","jpegoptim","laravel","laravel4","optimize-images","optipng"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paramonovav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-28T19:57:55.000Z","updated_at":"2022-12-07T11:16:34.000Z","dependencies_parsed_at":"2022-08-24T06:40:37.029Z","dependency_job_id":null,"html_url":"https://github.com/paramonovav/laravel-optimize-images","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramonovav%2Flaravel-optimize-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramonovav%2Flaravel-optimize-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramonovav%2Flaravel-optimize-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramonovav%2Flaravel-optimize-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramonovav","download_url":"https://codeload.github.com/paramonovav/laravel-optimize-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234929196,"owners_count":18908891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artisan-command","jpegoptim","laravel","laravel4","optimize-images","optipng"],"created_at":"2024-09-27T18:43:25.009Z","updated_at":"2025-10-02T02:31:38.604Z","avatar_url":"https://github.com/paramonovav.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Optimize Images\n================\n[![Latest Stable Version](https://poser.pugx.org/paramonovav/laravel-optimize-images/v/stable)](https://packagist.org/packages/paramonovav/laravel-optimize-images) [![Total Downloads](https://poser.pugx.org/paramonovav/laravel-optimize-images/downloads)](https://packagist.org/packages/paramonovav/laravel-optimize-images) [![Latest Unstable Version](https://poser.pugx.org/paramonovav/laravel-optimize-images/v/unstable)](https://packagist.org/packages/paramonovav/laravel-optimize-images) [![License](https://poser.pugx.org/paramonovav/laravel-optimize-images/license)](https://packagist.org/packages/paramonovav/laravel-optimize-images)\n\nArtisan command for Laravel 4 to optimize your images using [jpegoptim](http://freecode.com/projects/jpegoptim ) and [optipng](http://optipng.sourceforge.net/).\n\n*Note*: Based on and inspired by [Spir/ImageOptimize](https://gist.github.com/Spir/5650030).\n\n## Installation\n\nRequire this package with composer:\n\n```\ncomposer require paramonovav/laravel-optimize-images\n```\n\nAfter updating composer, add the ServiceProvider to the providers array in app/config/app.php\n\n```\n'Paramonovav\\LaravelOptimizeImages\\LaravelOptimizeImagesServiceProvider',\n```\n\nYou need to publish the config from this package.\n\n```\nphp artisan config:publish paramonovav/laravel-optimize-images\n```\n\n### Installation \"jpegoptim\" and \"optipng\" on MacOS X\n\nInstalling with [brew](http://brew.sh/)\n\n```\nbrew install jpegoptim optipng\n```\n\n### Installation \"jpegoptim\" and \"optipng\" on CentOS with yum\n\nInstalling with yum package manager\n\n```\nyum install jpegoptim optipng -y\n```\n\nNow you can run artisan command:\n\n```\nphp artisan optimize:images\n```\n\n\u003e *Note*: Be CAREFUL optimized images override/replace the original images\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamonovav%2Flaravel-optimize-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamonovav%2Flaravel-optimize-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamonovav%2Flaravel-optimize-images/lists"}