mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
39 lines
856 B
JSON
39 lines
856 B
JSON
{
|
|
"name": "phpseclib/phpseclib",
|
|
"type": "library",
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP etc.",
|
|
"keywords": [
|
|
"security",
|
|
"crypto",
|
|
"cryptography",
|
|
"encryption",
|
|
"signature",
|
|
"signing",
|
|
"rsa",
|
|
"aes",
|
|
"ssh",
|
|
"sftp",
|
|
"BigInteger"
|
|
],
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jim Wigginton",
|
|
"email": "terrafrost@php.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=4.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mcrypt": "*",
|
|
"ext-gmp": "*"
|
|
},
|
|
"include-path": ["phpseclib/"],
|
|
"autoload": {
|
|
"psr-0": { "": "phpseclib/" }
|
|
}
|
|
}
|