2017 © Pedro Peláez
 

library bridge

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

image

banago/bridge

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  • Thursday, January 14, 2016
  • by banago
  • Repository
  • 1 Watchers
  • 17 Stars
  • 5,037 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 14 Versions
  • 8 % Grown

The README.md

Bridge

Brige is a common interface to comuncate with a server through FTP and SFTP. SFTP support requires the php_ssh2 PHP extension., (*1)

Installation

The recommended way to install Bridge is through Composer., (*2)

composer require banago/bridge

Or, (*3)

{
    "require": {
        "banago/bridge": "dev-master",
    }
}

Example

<?php
require __DIR__.'/vendor/autoload.php';

use Banago\Bridge\Bridge;

$conn = new Bridge('ftp://ftp.funet.fi');
//List directory contents
print_r($conn->ls());
//Display contents of the README file
echo $conn->get('README');

License

LGPL v3, (*4)

Credits

Brige is a fork of Connection.php project created by Tuomas Angervuori. Brige is further developed and actively maintained by Baki Goxhaj as part of the PHPloy project., (*5)

The Versions

14/01 2016

dev-master

9999999-dev

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

13/10 2015

1.1.1

1.1.1.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

17/08 2015

1.1.0

1.1.0.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

23/02 2015

v1.0.10

1.0.10.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

23/02 2015

v1.0.9

1.0.9.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

09/02 2015

v1.0.8

1.0.8.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

22/01 2015

v1.0.7

1.0.7.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

13/08 2014

v1.0.6

1.0.6.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

09/08 2014

v1.0.5

1.0.5.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

09/08 2014

v1.0.4

1.0.4.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

08/08 2014

v1.0.3

1.0.3.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

08/08 2014

v1.0.2

1.0.2.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

ssh sftp ftp banago

08/08 2014

v1.0.1

1.0.1.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3

08/08 2014

v1.0.0

1.0.0.0

A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.

  Sources   Download

LGPL v3