PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luciano Salvino   PHP Safe Image Preview   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Safe Image Preview
Blur an image when it is not safe for non-adults
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 609 bytes
 

Contents

Class file image Download
{ "name": "lutian/safePreview", "version": "0.1", "type": "library", "description": "Show blured image and alert message when picture is not safe", "keywords": ["lutian", "safePreview", "graphics-tools"], "homepage": "https://github.com/lutian/safePreview.git", "license": "MIT", "authors": [ { "name": "Luciano Salvino", "email": "lsalvino@hotmail.com", "homepage": "http://mueveloz.com" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Lutian\\SafePreview\\": "src/" } } }