An open API service indexing awesome lists of open source software.

https://github.com/itgalaxy/imagemin-php

A PHP port of Imagemin.
https://github.com/itgalaxy/imagemin-php

compress gif image image-compression imagemin imagemin-php images jpeg jpg minify php png svg webp

Last synced: 9 months ago
JSON representation

A PHP port of Imagemin.

Awesome Lists containing this project

README

          

# imagemin-php

[![Latest Stable Version](https://poser.pugx.org/itgalaxy/imagemin-php/v/stable)](https://packagist.org/packages/itgalaxy/imagemin-php)
[![Travis Build Status](https://img.shields.io/travis/itgalaxy/imagemin-php/master.svg?label=build)](https://travis-ci.org/itgalaxy/imagemin-php)

A PHP port of Imagemin.

## Install

The utility can be installed with Composer:

```shell
composer require itgalaxy/imagemin
```

## Usage

Coming soon...

## API

Coming soon...

## Roadmap

- Support logger.
- Support input as array of glob strings.
- Support svgo.

## Related

- [imagemin](https://github.com/imagemin/imagemin) - thanks for inspiration.

## Contribution

Feel free to push your code if you agree with publishing under the MIT license.

## [Changelog](CHANGELOG.md)

## [License](LICENSE)