PHPackages                             newfrontiers/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. [Image &amp; Media](/categories/media)
4. /
5. newfrontiers/images

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

newfrontiers/images
===================

Simple image modification library

1.0.3(7y ago)012.3k↑176.9%proprietaryPHPPHP &gt;7.0

Since Oct 31Pushed 7y agoCompare

[ Source](https://github.com/new-frontiers/newfrontiers-images)[ Packagist](https://packagist.org/packages/newfrontiers/images)[ Docs](https://github.com/new-frontiers/newfrontiers-images)[ RSS](/packages/newfrontiers-images/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (0)

newfrontiers-images
===================

[](#newfrontiers-images)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cfcac1cbe5afe5a13ab354425a58983895869e5403de469eca3755d610960197/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e657766726f6e74696572732f696d616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/newfrontiers/images)

Install
-------

[](#install)

Via Composer

```
$ composer require newfrontiers-images
```

Usage
-----

[](#usage)

Load images from a file or an existing resource. Note: Resources are closed upon destruction of the object.

```
$image = Image::fromFile($myImageFile);
$image = Image::fromResource($myImageResource);
```

Simple image manipulation functions like brightness and contrast are applied to the loaded image directly. More complex manipulations like rotation and cropping return a new Image instance leaving the original image untouched.

```
$originalImage = Image::fromFile('original.jpg');
$croppedImage = $originalImage->cropSquare(200);
$croppedImage->saveToFile('cropped.jpg');
```

License
-------

[](#license)

All rights reserved. You are NOT allowed to use this!

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

2628d ago

PHP version history (2 changes)1.0.0PHP ~5.5|~7.0

1.0.3PHP &gt;7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/39c5ee4d9a18ad532e3c73eab82289087d7e1d8844625324b99aab85b7d12801?d=identicon)[mquadrat](/maintainers/mquadrat)

---

Top Contributors

[![mquadrat](https://avatars.githubusercontent.com/u/4668900?v=4)](https://github.com/mquadrat "mquadrat (15 commits)")

---

Tags

imagesnewfrontiers

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[rosell-dk/webp-convert

Convert JPEG &amp; PNG to WebP with PHP

6049.0M63](/packages/rosell-dk-webp-convert)[jbzoo/image

A PHP class that simplifies working with images

174129.4k3](/packages/jbzoo-image)[mmo/faker-images

Different images provider for Faker

59420.7k8](/packages/mmo-faker-images)[mindkomm/timmy

Advanced image manipulation for Timber.

17737.7k](/packages/mindkomm-timmy)[wp-media/imagify-plugin

Image optimization plugin for WordPress by WP Media.

8067.5k](/packages/wp-media-imagify-plugin)[spatie/pixelmatch-php

Compare images using PHP

58104.2k18](/packages/spatie-pixelmatch-php)

PHPackages © 2026

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