Generate a 1x1 transparent pixel in PHP.
Find a file
2016-02-20 11:19:37 -05:00
src :shipit: 2016-02-20 11:17:29 -05:00
.gitignore Initial commit 2016-02-20 11:03:45 -05:00
composer.json :shipit: 2016-02-20 11:17:29 -05:00
LICENSE Initial commit 2016-02-20 11:03:45 -05:00
README.md Better readme 2016-02-20 11:19:37 -05:00

php-pixel

Generate a 1x1 transparent pixel in PHP.

Installation

composer require "joshtronic/php-pixel:dev-master"

Usage

GIF

joshtronic\Pixel::gif();

PNG

joshtronic\Pixel::png();