PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Steganography Kit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Steganography Kit
Library of algorithms to encode messages in images
Author: By
Last change:
Date: 9 years ago
Size: 467 bytes
 

Contents

Class file image Download
{ "name": "picamator/steganographykit", "description": "Implementation of several steganography algorithms", "keywords": ["steganography"], "license": "BSD-3-Clause", "authors": [ { "name": "Sergii Pryz", "email": "picamator@gmail.com" } ], "autoload": { "psr-0": { "": "src/" } }, "minimum-stability": "stable", "require": { "php": ">=5.4.0" } }