library phps3cli
Command line support for S3 for PHP projects.
hasibomi/phps3cli
Command line support for S3 for PHP projects.
- Thursday, September 14, 2017
- by hasibomi
- Repository
- 1 Watchers
- 0 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
phps3cli
Command line support for S3 for PHP projects. It reads configurations from the .env file., (*1)
Features
- Upload to S3 bucket
(More features are coming), (*2)
Requirements
You have to place your configurations in the .env file. The .env must be placed in the project root., (*3)
Example of .env file
S3_REGION=region, (*4)
S3_VERSION=latest, (*5)
AWS_ACCESS_KEY_ID=access-key-id, (*6)
AWS_SECRET_ACCESS_KEY=secret-access-key, (*7)
Installation
You can install via composer. Just type composer require hasibomi/phps3cli in your terminal & you are good to go., (*8)
Usage
-
vendor/bin/phps3cli to get the list of commands
-
vendor/bin/phps3cli upload --bucket=bucket_name --dir=local_directory
dev-master
9999999-dev
Command line support for S3 for PHP projects.
Sources
Download
MIT
The Requires
by
Hasibur Rahman Omi
v0.2
0.2.0.0
Command line support for S3 for PHP projects.
Sources
Download
MIT
The Requires
by
Hasibur Rahman Omi
v0.1
0.1.0.0
Command line support for S3 for PHP projects.
Sources
Download
MIT
The Requires
by
Hasibur Rahman Omi