Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/znframework/package-image

ZN Framework Image Package
https://github.com/znframework/package-image

Last synced: about 2 months ago
JSON representation

ZN Framework Image Package

Awesome Lists containing this project

README

        










ZN Framework Image Package



Follow the steps below for installation and use.

Installation



You only need to run the following code for the installation.

```
composer require znframework/package-image
```

Documentation



Click for documentation of your library.

Example Usage



Basic level usage is shown below.

```php
quality(80)
->crop(100, 200)
->resize(300, 200)
->create();

echo Html::image($thumbPath);
```