PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Luciano Salvino   PHP Mx Gram   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mx Gram
Encrypt and decrypt text messages inside PNG image
Author: By
Last change:
Date: 6 years ago
Size: 613 bytes
 

Contents

Class file image Download
{ "name": "lutian/PHPMxGram", "version": "1.0.0", "type": "library", "description": "Encrypt and decrypt messages into a PNG image-code", "keywords": ["lutian", "PHPMxGram", "image processing", "encryption"], "homepage": "https://github.com/lutian/PHPMxGram.git", "license": "MIT", "authors": [ { "name": "Luciano Salvino", "email": "lsalvino@hotmail.com", "homepage": "http://mxgram.mueveloz.com" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-4": { "Lutian\\PHPMxGram\\": "/" } } }