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.
- Host: GitHub
- URL: https://github.com/itgalaxy/imagemin-php
- Owner: itgalaxy
- License: mit
- Created: 2017-03-28T13:58:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T18:30:26.000Z (over 9 years ago)
- Last Synced: 2025-07-29T17:38:43.194Z (11 months ago)
- Topics: compress, gif, image, image-compression, imagemin, imagemin-php, images, jpeg, jpg, minify, php, png, svg, webp
- Language: PHP
- Homepage:
- Size: 13.7 MB
- Stars: 7
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# imagemin-php
[](https://packagist.org/packages/itgalaxy/imagemin-php)
[](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)