2017 © Pedro Peláez
 

library phps3cli

Command line support for S3 for PHP projects.

image

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

The README.md

phps3cli

Command line support for S3 for PHP projects. It reads configurations from the .env file., (*1)

Features

  1. 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

  1. vendor/bin/phps3cli to get the list of commands
  2. vendor/bin/phps3cli upload --bucket=bucket_name --dir=local_directory

The Versions

14/09 2017

dev-master

9999999-dev

Command line support for S3 for PHP projects.

  Sources   Download

MIT

The Requires

 

by Hasibur Rahman Omi

12/09 2017

v0.2

0.2.0.0

Command line support for S3 for PHP projects.

  Sources   Download

MIT

The Requires

 

by Hasibur Rahman Omi

12/09 2017

v0.1

0.1.0.0

Command line support for S3 for PHP projects.

  Sources   Download

MIT

The Requires

 

by Hasibur Rahman Omi