PHPackages                             emnabs/yii2-jcrop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. emnabs/yii2-jcrop

ActiveYii2-extension[Image &amp; Media](/categories/media)

emnabs/yii2-jcrop
=================

 yii2 image cropping extension

v1.0.3(7y ago)01.3kGPL-3.0JavaScript

Since Mar 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/emnabs/yii2-jcrop)[ Packagist](https://packagist.org/packages/emnabs/yii2-jcrop)[ RSS](/packages/emnabs-yii2-jcrop/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Image Cropping
==============

[](#image-cropping)

Yii2 image cropping extension

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer require --prefer-dist emnabs/yii2-jcrop "*"

```

or add

```
"emnabs/yii2-jcrop": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
use emnabs\jcrop\Jcrop;
