Skip to content

A package to safely copy files from one place to another

Notifications You must be signed in to change notification settings

DBSeller/safe-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeCopy

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

About

A package to safely copy files from one place to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages