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.3k↓45.1%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 yesterday

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 66% 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

[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495240.6k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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