Permalink
Cannot retrieve contributors at this time
{ | |
"name": "stefangabos/zebra_image", | |
"type": "library", | |
"description": "A compact (one-file only), lightweight, image manipulation PHP library", | |
"keywords": ["php","image", "gd", "thumbnail", "resize", "crop", "filters"], | |
"homepage": "https://github.com/stefangabos/Zebra_Image/", | |
"license": "LGPL-3.0", | |
"authors": [ | |
{ | |
"name": "Stefan Gabos", | |
"email": "contact@stefangabos.ro", | |
"homepage": "https://github.com/stefangabos/", | |
"role": "Developer" | |
} | |
], | |
"require": { | |
"php": ">=5.0.0" | |
}, | |
"autoload": { | |
"classmap": ["Zebra_Image.php"] | |
} | |
} |