PHPackages                             iaretedd/pixelizer - 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. iaretedd/pixelizer

ActiveLibrary

iaretedd/pixelizer
==================

Pixelizer is a PHP library that allows you to convert any data into a PNG picture and decode it back into the original data.

v1.0(5y ago)15MITPHP

Since Sep 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/IareTedd/pixelizer)[ Packagist](https://packagist.org/packages/iaretedd/pixelizer)[ RSS](/packages/iaretedd-pixelizer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Pixelizer
=========

[](#pixelizer)

Pixelizer is a PHP library that allows you to convert any data into a PNG picture and decode it back into the original data.

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install Pixelizer.

```
composer require iaretedd/pixelizer
composer install
```

Getting Started
---------------

[](#getting-started)

### Encode a file into a picture

[](#encode-a-file-into-a-picture)

```
require 'vendor/autoload.php';

$pixelizer = new Pixelizer\Pixelizer();
$pixelizer->setData(file_get_contents('file_to_encode.exe'));
$pixelizer->encode('encoded.png');
```

### Decode a file from a picture

[](#decode-a-file-from-a-picture)

```
require 'vendor/autoload.php';

$pixelizer = new Pixelizer\Pixelizer();
$pixelizer->loadImage('encoded.png');
$pixelizer->decode('original_file.exe');
```

Tests
-----

[](#tests)

To run unit tests:

```
./vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5767cc825c50963da365eb4fd5fcb55a712dc7e0e5bdb3644e69b4e289bc7961?d=identicon)[iaretedd](/maintainers/iaretedd)

### Embed Badge

![Health badge](/badges/iaretedd-pixelizer/health.svg)

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

###  Alternatives

[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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