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

ActiveLibrary

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 3d 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 27% 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

3177d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c323dbbb0840a7df8a0769cbbfe0284b6c55aa7a00ceb6ea21aae4045eaba37?d=identicon)[Joanvt](/maintainers/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

1496.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[andrewelkins/cabinet

Laravel 4 file upload package.

1011.5k](/packages/andrewelkins-cabinet)[efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel &gt;= 6 application.

1311.0k1](/packages/efficiently-jquery-laravel)

PHPackages © 2026

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