2017 © Pedro Peláez
 

library ftp-client

A simple PHP FTP client

image

speedy/ftp-client

A simple PHP FTP client

  • Tuesday, January 23, 2018
  • by tkliner
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 39 % Grown

The README.md

Speedy FTP Client

Speedy FTP client is a package component for simple communication with the ftp server written in php., (*1)

Requirements

  • >= php 7.1

Installation

$ composer require speedy/ftp-client

Usage

Basic initialization and class usage for the most used ftp server operations, (*2)


require_once __DIR__ . '/vendor/autoload.php'; use BPM\FTP\Connection\Connection; use BPM\FTP\SimpleFTPClient; $connection = new Connection('host', 'login', 'password'); $client = new SimpleFTPClient($connection); // shows the list of folders and files in the root server var_dump($client->nlist('/'));

Tests

This package contains the basic tests that provide a good basis for further development, (*3)

The Versions

23/01 2018

dev-master

9999999-dev https://stagemedia.cz

A simple PHP FTP client

  Sources   Download

MIT

The Requires

  • php ^7.1.0

 

The Development Requires

by Tomáš Kliner

php ftp

23/01 2018

dev-dev

dev-dev https://stagemedia.cz

A simple PHP FTP client

  Sources   Download

MIT

The Requires

  • php ^7.1.0

 

The Development Requires

by Tomáš Kliner

php ftp

23/01 2018

v1.0.0

1.0.0.0 https://stagemedia.cz

A simple PHP FTP client

  Sources   Download

MIT

The Requires

  • php ^7.1.0

 

The Development Requires

by Tomáš Kliner

php ftp