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

1207d 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

[michael-rubel/laravel-couponables

This package provides polymorphic coupon functionality for your Laravel application.

19590.7k1](/packages/michael-rubel-laravel-couponables)[loadsys/cakephp_sitemap

A CakePHP Plugin for adding automatic XML and HTML Sitemaps to an app

2819.6k](/packages/loadsys-cakephp-sitemap)[mauricerenck/komments

A comment and webmention plugin for Kirby 3

501.2k1](/packages/mauricerenck-komments)[myweb/show-out-of-stock-products

Show out-of-stock product configurations for configurable products on the front end.

131.7k](/packages/myweb-show-out-of-stock-products)

PHPackages © 2026

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