PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Encryption Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Encryption Library
Encrypt and decrypt data using adapter classes
Author: By
Last change: Initialize tests
first
Date: 5 months ago
Size: 820 bytes
 

Contents

Class file image Download
{ "name": "lablnet/encryption", "description": "PHP Encryption package.", "keywords": ["php", "encryption","psr-3","free","package","Lablnet"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"[email protected]", "homepage": "https://softhub99.com" } ], "require": { "php": "^7.1", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "suggest": { "ext-openssl": "This is for the OpenSSL encryption", "ext-sodium": "This is for the Sodium encryption" }, "autoload": { "psr-4": { "Lablnet\\": "src/" } }, "autoload-dev": { "psr-4": { "Lablnet\\Tests\\": "tests/" } } }