PHPackages                             joanvt/imagepicker - 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. joanvt/imagepicker

ActiveLibrary[Image &amp; Media](/categories/media)

joanvt/imagepicker
==================

It creates a Laravel integration for ImagePicker (https://codecanyon.net/item/imagepicker-uploader-webcam-cropper/6722532)

0.1.1(8y ago)493[2 issues](https://github.com/JoanVt/ImagePicker/issues)PHPPHP &gt;=5.5.6

Since Aug 24Pushed 8y ago2 watchersCompare

[ Source](https://github.com/JoanVt/ImagePicker)[ Packagist](https://packagist.org/packages/joanvt/imagepicker)[ Docs](https://github.com/JoanVt/ImagePicker)[ RSS](/packages/joanvt-imagepicker/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

ImagePicker by JoanVt
=====================

[](#imagepicker-by-joanvt)

Image cropper for Laravel 5.4 You must get ImagePicker from Envato - [ImagePicker](https://codecanyon.net/item/imagepicker-uploader-webcam-cropper/6722532?s_rank=1)

Just **14$** and you will get a nice jQuery plugin for uploading and cropping images.

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

[](#installation)

```
composer require joanvt/imagepicker

```

Required editions
-----------------

[](#required-editions)

This package has a few improvements respect to the server files provided by ImagePicker. So it means you have to change a few things. I can't upload the jquery files because it belongs to ImagePicker (get it bro) and I am here to help to integrate this to Laravel and not to steal!

**jquery.imagepicker.js**

```
Line ~411: imagePreview = this.options.url + '?action=preview&file=' + image.name + '&width=800'

```

into this: (just add &amp;path?'+image.path)

```
imagePreview = this.options.url + '?action=preview&file=' + image.name + '&width=800&path='+image.path;

```

Things to understand
--------------------

[](#things-to-understand)

You can try to follow the original documentation from [Hazzardweb](http://docs.hazzardweb.com/imagepicker) But I am introducing new features for a improved architecture for storing images with Laravel Flysystem.

i.e: ` upload_dir now` refers to Storage Disk [Laravel Filesystem](https://laravel.com/docs/5.4/filesystem#the-public-disk)

todo
----

[](#todo)

- wiki
- Create Unit Tests
- More Integrations with other Croppers

Done
----

[](#done)

- Uploading Images
- Retrieving Images
- Rotate Images

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

2

Last Release

3225d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6444260?v=4)[Joanvt](/maintainers/Joanvt)[@JoanVt](https://github.com/JoanVt)

---

Top Contributors

[![JoanVt](https://avatars.githubusercontent.com/u/6444260?v=4)](https://github.com/JoanVt "JoanVt (6 commits)")[![eduardgs](https://avatars.githubusercontent.com/u/38761251?v=4)](https://github.com/eduardgs "eduardgs (4 commits)")

---

Tags

laraveljquerycropperImagePicker

### Embed Badge

![Health badge](/badges/joanvt-imagepicker/health.svg)

```
[![Health](https://phpackages.com/badges/joanvt-imagepicker/health.svg)](https://phpackages.com/packages/joanvt-imagepicker)
```

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M161](/packages/intervention-image-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506516.3k27](/packages/bkwld-croppa)[mostafaznv/nova-ckeditor

CkEditor for Laravel Nova

58376.5k1](/packages/mostafaznv-nova-ckeditor)[danihidayatx/image-optimizer

Optimize your Filament images before they reach your database. Forked from joshembling/image-optimizer for Filament v4 &amp; v5 support.

3218.1k](/packages/danihidayatx-image-optimizer)[classic-o/nova-media-library

Tool and field that will let you managing files and add them to the posts

154180.4k](/packages/classic-o-nova-media-library)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
