NovikovViktor/SFTPBundle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "nw/sftp-bundle",
    "type" : "symfony-bundle",
    "description" : "This bundle provide quite simple functions for interact with SFTP servers",
    "keywords" : [
        "sftp",
        "Symfony",
        "ssh",
        "ftp",
        "transfer",
        "server"
    ],
    "homepage": "https://github.com/NovikovViktor/SFTPBundle",
    "license": "MIT",
    "authors" : [
        {
            "name" : "Viktor Novikov"
        }
    ],
    "require" : {
        "php": "^7",
        "symfony/symfony": ">=3.0",
        "ext-ssh2": "*"
    },
    "require-dev": {
        "phpspec/phpspec": "*",
        "phpunit/phpunit": "~5.0"
    },
    "autoload" : {
        "psr-4" : { "NW\\SFTPBundle\\" : "" }
    }
}