Skip to content

Demo code for presentation about uploading to S3 from PHP

Notifications You must be signed in to change notification settings

azPHP/azphp-s3-upload-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azPHP S3 Upload Demo

This is a demo project to show how to upload files to S3 via PHP.

Installation

  1. Make sure you have docker, docker-compose, and ngrok installed.
  2. Checkout the repo and run composer install.
  3. Copy env.dist to .env and put your credentials and bucket in it.
  4. Run ngrok http 9999. Copy the ngrok URL for the app into APP_HOST in .env.
  5. Run docker-compose up.
  6. Go to http://localhost:9999 in browser, or the ngrok URL.

About

Demo code for presentation about uploading to S3 from PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%