Skip to content

filebase/php-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-example

An example project showing how to use the Filebase S3 API with PHP.

Quick Start

Use the following commands to get started:

$ git clone git@github.com:filebase/php-example.git && cd php-example
$ docker run --rm -i -v $PWD:/app composer install
$ docker run --rm -i -v $PWD:/app -e AWS_ACCESS_KEY_ID=your_key -e AWS_SECRET_ACCESS_KEY=your_secret -w /app php:7.4-cli php index.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages