PHPackages                             zoge/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. zoge/yii2-jcrop

ActiveYii2-extension

zoge/yii2-jcrop
===============

 yii2 image cropping extension

1.2.2(6y ago)08GPL-3.0PHP

Since Jan 22Pushed 6y agoCompare

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

READMEChangelog (3)Dependencies (4)Versions (11)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.phar require --prefer-dist zoge/yii2-jcrop "*"

```

or add

```
"zoge/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 zoge\jcrop\Jcrop;
