Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/znframework/package-image
- Owner: znframework
- License: mit
- Created: 2018-01-19T12:24:39.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-30T19:18:08.000Z (about 2 years ago)
- Last Synced: 2024-04-23T13:17:32.291Z (9 months ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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);
```