2017 © Pedro Peláez
 

library safe-copy

A package to safely copy files from one place to another

image

dbseller/safe-copy

A package to safely copy files from one place to another

  • Monday, November 20, 2017
  • by dbseller
  • Repository
  • 6 Watchers
  • 0 Stars
  • 1,511 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

SafeCopy

A package to safely copy files from one place to another, (*1)

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

The Versions

20/11 2017

dev-master

9999999-dev

A package to safely copy files from one place to another

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeferson Belmiro
by Vitor Rocha