PHPackages                             manujoz/images - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. manujoz/images

ActiveLibrary[File &amp; Storage](/categories/file-storage)

manujoz/images
==============

Class to upload images to the server

2.0.0(2y ago)1112MITPHPPHP &gt;=8.0.0

Since Oct 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/manujoz/images)[ Packagist](https://packagist.org/packages/manujoz/images)[ Docs](https://github.com/manujoz/imagenes.git)[ RSS](/packages/manujoz-images/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Imágenes
========

[](#imágenes)

Images is a class to upload images to the server in a simple and completely configurable way

Install
-------

[](#install)

```
$ composer require manujoz/images

```

Use
---

[](#use)

index.php

```

```

Documentation
-------------

[](#documentation)

### copy() method

[](#copy-method)

With the ***of()*** method we perform the translations, this method admits two parameters:

```
$IMGS->copy( $file, $path, $name = null, $width = null, $height = null, $cover = true, $bigResize = false, $quality = "good" );
```

$file:

File object to upload to server

$path:

Absolute path to save the image

$name:

Name of image file on destination

$width:

Destination width of image

$heigh:

Destiantion height of image

$cover:

Crop the resized image so that it fully covers the given width and height

$bigResize:

Forces the image to be resized to a larger size, by default it only resizes to a smaller size.

$quality:

Quality we want for the image (max | good | medium | low)

### $response

[](#response)

Array with saved image data

$response\[ "copy" \]: Boolean

Indicates whether or not the image has been copied

$response\[ "dest" \]: String.

Destination path of image

$response\[ "ext" \]: String.

Destination image extension

$response\[ "name" \]: String.

Destination image name

$response\[ "path" \]: String.

Destination absolute path of image

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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 ~188 days

Recently: every ~226 days

Total

6

Last Release

1091d ago

Major Versions

1.0.6 → 2.0.02023-05-13

PHP version history (2 changes)1.0.0PHP &gt;=5.5.0

2.0.0PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c2f495723a53d0ec4417be418c3768b0fff52cbed64762c49e535e15b13441c?d=identicon)[manujoz](/maintainers/manujoz)

---

Top Contributors

[![manujoz](https://avatars.githubusercontent.com/u/24960688?v=4)](https://github.com/manujoz "manujoz (25 commits)")

### Embed Badge

![Health badge](/badges/manujoz-images/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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