alves/gfx-php

The pure PHP graphics library

Installs: 3

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/alves/gfx-php

v1.0.0 2026-01-19 14:18 UTC

This package is auto-updated.

Last update: 2026-01-19 17:31:23 UTC


README

A pure PHP graphics library

Build Status Latest Stable Version Total Downloads License Coverage Status

gfx-php is a pure PHP library for reading, writing and processing raster images, without requiring any native extensions such as GD, ImageMagick or GraphicsMagick.

This makes it especially useful in restricted or portable environments, where installing or enabling PHP extensions is not possible.

✨ Features

  • Pure PHP implementation — no external image extensions required.
  • Support for common raster formats:
  • Image operations:
  • Designed for portability and predictability across different PHP environments.

🚀 Quick start

Requirements

  • PHP 7.0 or newer
  • zlib extension (required for reading PNG files)

Installation

Install via Composer:

composer require alves/gfx-php