Amazon S3 Stream Wrapper

Amazon S3 Stream Wrapper is a PHP class that acts as a stream wrapper that can be used to get and send files to Amazon S3 (Simple Storage Service). It sends HTTP requests to access the Amazon S3 Web services API in order to store and retrieve files just by using fopen('s3://...') calls and using regular fwrite and fread functions to send and retrieve file contents from Amazon S3 servers. This stream wrapper class can also delete files, and create, list, and delete directories.

Tags Software Development Libraries php classes
Licenses BSD Original
Operating Systems OS Independent
Implementation PHP

Tweet this project Short link

No-screenshot

Project Spotlight

Message Router

Moves a message from a central queue to a specific application queue.

E57f1b9d129294f2d308217fcfdb73cb_thumb

Project Spotlight

Usermin For Webmail

A modified version of Usermin just for IMAP Web mail.