8000 GitHub - codepotato/laravel-s3: A LaravelPHP package for working w/ Amazon S3.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

codepotato/laravel-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 LaravelPHP package for working w/ Amazon S3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0