PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hyyan Abo Fakher   Jaguar   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaguar
Draw graphics and manipulate images
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 773 bytes
 

Contents

Class file image Download
{ "name": "hyyan/jaguar", "description": "PHP 5.3 Graphic Library For Super Fast Image Manipulation And Drawing Using The Gd Library.", "keywords": [ "image manipulation", "image processing", "drawing", "graphics", "gd", "gd2", "image filters", "charts drawing", "web2.0 image filters" ], "homepage": "http://jaguar.readthedocs.org/", "license": "MIT", "authors": [ { "name": "Hyyan Abo Fakher", "email": "tiribthea4hyyan@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=5.3.2", "ext-gd": "*" }, "autoload": { "psr-0": { "Jaguar": "src/" } } }