deliverist/syncer

v0.6.0 2019-11-27 11:34 UTC

This package is auto-updated.

Last update: 2024-03-27 20:56:37 UTC


README

Installation

Download a latest package or use Composer:

composer require deliverist/syncer

Deliverist\Syncer requires PHP 5.6.0 or later.

Usage

$syncer = new Deliverist\Syncer\FtpSyncer($host, $user, $password, $path);
$logger = new CzProject\Logger\OutputLogger;
$syncer->sync(__DIR__ . '/directory/', $logger);

License: New BSD License
Author: Jan Pecha, https://www.janpecha.cz/