Download the PHP package mk-conn/structured-file-copy without Composer
On this page you can find all versions of the php package mk-conn/structured-file-copy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mk-conn/structured-file-copy
More information about mk-conn/structured-file-copy
Files in mk-conn/structured-file-copy
Download mk-conn/structured-file-copy
More information about mk-conn/structured-file-copy
Files in mk-conn/structured-file-copy
Vendor mk-conn
Package structured-file-copy
Short Description A cli helper package to copy files from one source folder into a target folder in structured way.
License MIT
Package structured-file-copy
Short Description A cli helper package to copy files from one source folder into a target folder in structured way.
License MIT
Please rate this library. Is it a good library?
Informations about the package structured-file-copy
Copy and make it a structure
A little cli helper to copy files from one source folder into a target folder structure
Why this in PHP and not just use given commandline linux/unix tools?
- Well... I prefer it like this:
sfc copy --include=type:image --sort=by:date:year,by:date:month
instead offind -type | xargs... err what?.. err.. what was the next unix tool to pipe and filter files or types...? *sigh* Let's check Stack Overflow 😊
- I primarily use it to copy photos and videos from my camera/phone into my local library, which I have sorted by year and month and file type.
How to use
Install
composer global require "mk-conn/structured-file-copy"
Or into a custom place of your choice:
git clone https://github.com/mk-conn/structured-file-copy.git
Usage
Composer is in your global path? Great! Just run
Not?
Get help:
TBD
- Add a dry run (just show what would be copied)
- Omit log at the end if not wanted
All versions of structured-file-copy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
symfony/console Version ^7.0
symfony/filesystem Version ^7.0
symfony/finder Version ^7.0
symfony/mime Version ^7.0
php-di/php-di Version ^7.0
illuminate/collections Version ^11.35
symfony/console Version ^7.0
symfony/filesystem Version ^7.0
symfony/finder Version ^7.0
symfony/mime Version ^7.0
php-di/php-di Version ^7.0
illuminate/collections Version ^11.35
The package mk-conn/structured-file-copy contains the following files
Loading the files please wait ....