PHPackages                             tunaqui/picresize - 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. tunaqui/picresize

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

tunaqui/picresize
=================

Library picture

v1.1.0(8y ago)041MITPHPPHP ~5.6|~7.0

Since Mar 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/EstevanTn/picresize)[ Packagist](https://packagist.org/packages/tunaqui/picresize)[ Docs](https://github.com/tunaqui/picresize)[ RSS](/packages/tunaqui-picresize/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

picresize
=========

[](#picresize)

PicResize a small library that allows you to download images from a URL, store them and resize them.

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

[](#installation)

Via Composer

```
$ composer require tunaqui/picresize
```

Install vendor

```
$ composer install
```

Usage
-----

[](#usage)

Download an image from a URL and store it in a directory.

```
$image = new \Tunaqui\PicResize\Picture();
$image->download('http://nisleen.com/images/logo.png');
$image->save('../download/');
```

Download an image from a URL, store it in a directory and resize.

```
$image = new \Tunaqui\PicResize\PictureResize('http://nisleen.com/images/logo.png', '../download/');
$image->resize(150, 150);
echo $image->response();
```

Create a thumbnail.

```
$img = new \Tunaqui\PicResize\PictureResize('../download/logo.png');
$img->thumbnail(100);
$img->show();
```

Create a thumbnail and save.

```
$img = new \Tunaqui\PicResize\PictureResize('../download/logo.png');
$img->thumbnail(100);
$img->saveNewSize();
```

Credits
-------

[](#credits)

- [EstevanTn](https://gitlab.com/EstevanTn)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

6

Last Release

2985d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c77dc9689d3cb8171c48403f629fe9f59c07a6d9b685bedbd93c3b21d79beef4?d=identicon)[EstevanTn](/maintainers/EstevanTn)

---

Top Contributors

[![EstevanTn](https://avatars.githubusercontent.com/u/14186626?v=4)](https://github.com/EstevanTn "EstevanTn (9 commits)")

---

Tags

Tunaquipicresize

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/tunaqui-picresize/health.svg)

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

###  Alternatives

[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[jenssegers/imagehash

Perceptual image hashing for PHP

2.1k2.2M5](/packages/jenssegers-imagehash)[intervention/image-laravel

Laravel Integration of Intervention Image

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

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[lasserafn/php-initial-avatar-generator

A package to generate avatars with initials for PHP

4374.2M13](/packages/lasserafn-php-initial-avatar-generator)[rtippin/messenger

Laravel messenger suite.

45035.8k4](/packages/rtippin-messenger)

PHPackages © 2026

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