PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   PHP Deep Fry   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Deep Fry
Apply an effect to an image to make it look fried
Author: By
Last change:
Date: 4 years ago
Size: 703 bytes
 

Contents

Class file image Download
{ "name": "mirazmac/php-deep-fry", "type": "library", "description": "A Deep Fryer written in PHP to cook some smokin' hot memes!", "keywords": ["meme", "deep fry", "deep fryer", "image processing", "image fryer", "meme fryer"], "homepage": "https://github.com/mirazmac/php-deep-fry", "license": "MIT", "authors": [ { "name": "Miraz Mac", "email": "mirazmac@gmail.com", "homepage": "https://mirazmac.info", "role": "Original Author" } ], "autoload": { "psr-4": { "MirazMac\\DeepFry\\": "src/" } }, "require": { "php": ">=5.4.0", "ext-gd": "*" } }