Download the PHP package cloudatlas/flyclone without Composer
On this page you can find all versions of the php package cloudatlas/flyclone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cloudatlas/flyclone
More information about cloudatlas/flyclone
Files in cloudatlas/flyclone
Download cloudatlas/flyclone
More information about cloudatlas/flyclone
Files in cloudatlas/flyclone
Please rate this library. Is it a good library?
Informations about the package flyclone
Verseles\flyclone
PHP wrapper for rclone
supports local disk, dropbox, ftp, sftp, google drive, mega, s3, b2 (any compatible) and others can be easily added via pr.
progress support.
installation
usage
list local files
list files from mega server
copy from local disk to mega
move from local disk to the same local disk
copy to dropbox with progress every sec
tips - read before use.
- of course, you need known how rclone works.
- rclone class and providers classes always support any flag listed at rclone documentation, often as 3rd argument. but
- any flag, parameter or option passed like
--parameter-here
, in this lib is a array like['parameter-here'='value', 'max-depth' => 3, 'any'=>'1']
- if you inform only one provider ('left side'), in commands like
copy
/move
we assume 'right side' as the same 'left side' provider. which means a copying/moving to the same disk. - we don't have a great doc for now so open a issue always you have a doubt. remember to be descriptful.
wipto-do - [x]
add progress support - [x]
add timeout support - [x]
add more commands - [x]
add tests- [x]
use docker and docker compose for tests
- [x]
- [ ] send meta details like file id in some storage system like google drive
testing
install docker and docker compose, then run:
there are others tests (test_all, test_gdrive, etc), but you'll need fill
.env
file properly.
contribution
you know how to do that.
license
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
All versions of flyclone with dependencies
PHP Build Version
Package Version
The package cloudatlas/flyclone contains the following files
Loading the files please wait ....