 |
| File |
Role |
Description |
screen |
1.png |
Screen |
Screenshot |
|
Innovation Award
 October 2007
Number 7 |
Amazon S3 is a popular service for storing files. Files stored in Amazon S3 can be made available via the Web at a low cost for the storage space and bandwidth that it is used.
Clients of the service must use special software that sends HTTP requests to store and retrieve files from Amazon S3 servers.
This class implements a PHP stream wrapper that makes it easy to store and retrieve files stored in Amazon S3. With this stream wrapper, PHP applications only need to use regular fopen, fread, fwrite and fclose PHP functions to send or receive files from Amazon S3.
Manuel Lemos |
This class is a stream wrapper that can be used to get and send files to Amazon S3 (Simple Storage Service).
It sends HTTP requests to access 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, create, list and delete directories.
| Project record: |
php-s3 |
| Popularity score: |
14.11 |
| Vitality score: |
0.0 |
| There are not enough user ratings to display for this class. |
No application links were specified for this class.
 If you know an application of this package, send a message to the author to add a link here.
|
|