Search by

dbseller / safe-copy

dbseller

A package to safely copy files from one place to another

Package info

github.com/DBSeller/safe-copy

pkg:composer/dbseller/safe-copy

Statistics

Installs: 3 016

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

dev-master 2020-02-07 11:08 UTC

This package is auto-updated.

Last update: 2026-09-07 15:56:38 UTC


README

A package to safely copy files from one place to another

Install

composer require dbseller/safe-copy

Usage

$safeCopy = new \DBSeller\SafeCopy\SafeCopy("/path/from", "/path/to");

// @throws Exception on error
$safeCopy->execute();

bin

vendor/bin/safe-copy /path/from /path/to