Skip to content

swt83/php-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon S3 for LaravelPHP

This is a simple wrapper for using Donovan Schönknecht's Amazon S3 class.

Install

Copy the config file to application/config/s3.php and input the proper information.

Usage

Check here for a list of all available methods. Don't worry about authentication methods, the wrapper will handle that for you.

S3::put_object($string, $bucket, $path, S3::ACL_PUBLIC_READ);

About

A PHP library for working w/ Amazon S3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages