PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafal Janisz   PHP Crypt Image   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Crypt Image
Encode message inside an image with steganography
Author: By
Last change:
Date: 4 years ago
Size: 438 bytes
 

Contents

Class file image Download
{ "name": "ravjanisz/imagecrypt", "description": "imagecrypt", "license": "MIT", "authors": [ { "name": "Rafa? Janisz", "email": "rav.janisz@gmail.com" } ], "autoload": { "psr-4": { "Rav\\": "src/" } }, "require": { "php": ">=7.1", "ext-gd": "*", "phpunit/phpunit": "^8.3" }, "minimum-stability": "dev" }