jonasdamher/simplifyimage

Library for upload, modify and delete images.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/jonasdamher/simplifyimage

v0.1 2020-05-24 07:04 UTC

This package is auto-updated.

Last update: 2025-12-16 11:10:53 UTC


README

logo simplifyimage

simplifyimage

Upload, modify and delete images the easy way.

  • Allows crop and scale images easy.
  • Allows upload and update one or multiple images.
  • Allows conversion type image to WEBP, PNG and JPEG.

Scrutinizer Code Quality Code Coverage Build Status

GitHub tag (latest by date) GitHub license

Installation

composer require jonasdamher/simplifyimage

Usage

require __DIR__ . '/vendor/autoload.php';

$simplifyimage = new Jonasdamher\Simplifyimage\Image();

Wiki

📖 Go to Wiki.

Contributing

Any contributions you make are greatly appreciated.

Fork the Project.

Create your Feature Branch (git checkout -b feature/AmazingFeature).

Commit your Changes (git commit -m 'Add some AmazingFeature').

Push to the Branch (git push origin feature/AmazingFeature).

Open a Pull Request.

License

Under the MIT license.