PHPackages                             azlanali076/picwish - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. azlanali076/picwish

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

azlanali076/picwish
===================

Picwish Laravel Wrapper

1.0.1(3y ago)011MITPHPPHP ^7.4|^8.0|^8.1

Since Jan 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/azlanali076/picwish)[ Packagist](https://packagist.org/packages/azlanali076/picwish)[ RSS](/packages/azlanali076-picwish/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Picwish Laravel Wrapper
=======================

[](#picwish-laravel-wrapper)

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

[](#installation)

```
composer require azlanali076/picwish

```

Config
------

[](#config)

```
php artisan vendor:publish --provider="Azlanali076\Picwish\Providers\PicwishServiceProvider" --tag="config"

```

ADD to `.env`

`PICWISH_API_KEY=your_key_here`

Usage
-----

[](#usage)

### Scale the image

[](#scale-the-image)

```
use Azlanali076\Picwish\Facades\Picwish;
use Azlanali076\Picwish\Models\PicwishScale;

// Using Uploaded File
$picwishScale = new PicwishScale($request->file('image_key'));

// Using Image Link
$picwishScale = new PicwishScale(null,'https://link-to-image');

// Using Base 64
$picwishScale = new PicwishScale(null,null, 'data:image/jpeg;adsadsadsadsadas')

// Scale the image
$response = Picwish::scale($picwishScale);

// Get Converted Image URL
echo $response->getImage();
```

### Check Progress

[](#check-progress)

```
use Azlanali076\Picwish\Facades\Picwish;
use Azlanali076\Picwish\Models\PicwishScale;

$taskId = 'your_task_id_here';

// Check Progress
$response = Picwish::checkProgress($taskId);

// Get Progress
echo $response->getProgress();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

1208d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b0a45edb5e50c6c28a054fea013aea0807a94e4ffa50427aa8f44538b1c2c3?d=identicon)[azlanali076](/maintainers/azlanali076)

---

Top Contributors

[![azlanali076](https://avatars.githubusercontent.com/u/43521863?v=4)](https://github.com/azlanali076 "azlanali076 (3 commits)")

### Embed Badge

![Health badge](/badges/azlanali076-picwish/health.svg)

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

###  Alternatives

[kirschbaum-development/nova-inline-select

An inline select field for Laravel Nova apps.

95486.7k1](/packages/kirschbaum-development-nova-inline-select)[bdelespierre/php-kmeans

K-Means algorithm for PHP

91134.1k3](/packages/bdelespierre-php-kmeans)[paulzi/yii2-adjacency-list

Adjacency List Behavior for Yii2

68237.4k16](/packages/paulzi-yii2-adjacency-list)[ckfinder/ckfinder-symfony-bundle

CKFinder bundle for Symfony

42435.7k](/packages/ckfinder-ckfinder-symfony-bundle)[stevegrunwell/time-constants

A series of constants designed to make it easier to express time in PHP applications

28402.4k2](/packages/stevegrunwell-time-constants)[savvot/random

Deterministic pseudo-random generators library with dozens of useful functions and several sources of randomness

21243.7k5](/packages/savvot-random)

PHPackages © 2026

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