php-s3 icon indicating copy to clipboard operation
php-s3 copied to clipboard

A PHP library for working w/ Amazon S3.

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);