PHPackages                             zaachi/php-instagram-effects - 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. zaachi/php-instagram-effects

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

zaachi/php-instagram-effects
============================

PHP class for photo effects like Instagram

5413.5k↓43.4%15[1 issues](https://github.com/zaachi/PHP-Instagram-effects/issues)PHP

Since Feb 8Pushed 10y ago7 watchersCompare

[ Source](https://github.com/zaachi/PHP-Instagram-effects)[ Packagist](https://packagist.org/packages/zaachi/php-instagram-effects)[ RSS](/packages/zaachi-php-instagram-effects/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP-Instagram-effects
=====================

[](#php-instagram-effects)

PHP class for photo effects similar to Instagram

Usage
-----

[](#usage)

```
use Zaachi\Image\Filter;
require 'vendor/autoload.php';

$image = imagecreatefromjpeg("/path/to/image.jpg");

$filter = (new Filter($image))->aqua();

header('Content-type: image/jpeg');
imagejpeg($filter->getImage());
```

Examples of usage are in the `examples` directory. To generate example images, this bash snippet may be helpful:

```
for f in *.php; do php $f > ${f%.php}.png; done
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1379912?v=4)[Dan Fuhry](/maintainers/fuhry)[@fuhry](https://github.com/fuhry)

---

Top Contributors

[![mathieu-aubin](https://avatars.githubusercontent.com/u/15820228?v=4)](https://github.com/mathieu-aubin "mathieu-aubin (10 commits)")[![zaachi](https://avatars.githubusercontent.com/u/458030?v=4)](https://github.com/zaachi "zaachi (5 commits)")

### Embed Badge

![Health badge](/badges/zaachi-php-instagram-effects/health.svg)

```
[![Health](https://phpackages.com/badges/zaachi-php-instagram-effects/health.svg)](https://phpackages.com/packages/zaachi-php-instagram-effects)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135931.0k3](/packages/goat1000-svggraph)[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

138121.6k7](/packages/stefangabos-zebra-image)[treinetic/imageartist

ImageArtist is a php gd Wrapper which makes Image manipulation insanely easy, we introduce ImageArtist as Photoshop for php

8783.2k](/packages/treinetic-imageartist)[johncarter/filament-focal-point-picker

An image focal point picker for Filament Admin.

4431.7k1](/packages/johncarter-filament-focal-point-picker)[yk/laravel-ocr

A wrapper for gocr.

1356.6k](/packages/yk-laravel-ocr)

PHPackages © 2026

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