8fold/php-gd-image

Class-based wrapper for PHP's image processing capabilities.

Maintainers

Package info

github.com/8fold/php-gd-image

pkg:composer/8fold/php-gd-image

Fund package maintenance!

joshbruce

8fold

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2023-04-15 20:15 UTC

This package is auto-updated.

Last update: 2026-02-16 02:27:58 UTC


README

A class-based wrapper for PHP's image processing capabilities.

Installation

composer require 8fold/php-gd-image

Usage

This library is a work in progress based on one production product. If capabilities are not needed by that project (or similar projects), they may not become directly supported by me or other 8fold Practitioners (user contributions are encouraged).

Alternatives include:

Details

We started creating a web shop that interfaced with a print-on-demand provider. We wanted to have a way to host the images on our servers instead of from the provider.

Other