PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefano Azzolini   Pixeler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pixeler
Render images as UTF-8 text characters
Author: By
Last change: add gd extension as requirement in composer.json
Date: 5 years ago
Size: 640 bytes
 

Contents

Class file image Download
{ "name": "lastguest/pixeler", "type": "library", "description": "CLI Image renderer", "keywords": ["pixel","graphics","utf8","render","cli","image"], "homepage": "https://github.com/lastguest/pixeler", "license": "MIT", "authors": [ { "name": "Stefano Azzolini", "email": "lastguest@gmail.com" } ], "require": { "php": ">=5.4", "ext-gd": "*" }, "config": { "preferred-install": "dist" }, "minimum-stability": "stable", "autoload": { "psr-4": { "Pixeler\\" : "src/Pixeler/" } }, "bin": ["bin/pixeler"] }