hasibomi / phps3cli
Command line support for S3 for PHP projects.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hasibomi/phps3cli
Requires
- aws/aws-sdk-php: ^3.34
This package is not auto-updated.
Last update: 2025-10-26 08:54:02 UTC
README
Command line support for S3 for PHP projects. It reads configurations from the .env file.
Features
- Upload to S3 bucket
(More features are coming)
Requirements
You have to place your configurations in the .env file. The .env must be placed in the project root.
Example of .env file
S3_REGION=region
S3_VERSION=latest
AWS_ACCESS_KEY_ID=access-key-id
AWS_SECRET_ACCESS_KEY=secret-access-key
Installation
You can install via composer. Just type composer require hasibomi/phps3cli in your terminal & you are good to go.
Usage
- vendor/bin/phps3clito get the list of commands
- vendor/bin/phps3cli upload --bucket=bucket_name --dir=local_directory