Download the PHP package treinetic/remote-storage without Composer
On this page you can find all versions of the php package treinetic/remote-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package remote-storage
Treinetic Remote Storage - PHP SDK
Treinetic remote storage (TRS) is a highly available cloud storage services. We provide 99.9% up time and multi regional backups. TRS provide sophisticated security compliances and it is optimized for high speed data delivery. For more details contact us via [email protected]
Installing
Usage
Initialization
Import StorageClient into your .php file
Then initialize the StorageClient
. StorageClient
's constructor accept 3 arguments.
URL
endpoint of the remote serveraccessKey
enpoint access keysecretKey
enpoint secret key
Make Directory
Store files
- 1st parameeter is the local file path
- 2nd parameter is the remote directory. (It will create a directory if not exists)
- 3rd prarameter is the file name for remote file
Get Files
Copy Files
- 1st parameter is the source file
- 2nd parameter is the destination file
Move Files
- 1st parameter is the source file
- 2nd parameter is the destination file
Check if exists
Delete Files
All versions of remote-storage with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package treinetic/remote-storage contains the following files
Loading the files please wait ....