Download the PHP package eben-hk/amazon-s3-php-namespace without Composer
On this page you can find all versions of the php package eben-hk/amazon-s3-php-namespace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eben-hk/amazon-s3-php-namespace
More information about eben-hk/amazon-s3-php-namespace
Files in eben-hk/amazon-s3-php-namespace
Download eben-hk/amazon-s3-php-namespace
More information about eben-hk/amazon-s3-php-namespace
Files in eben-hk/amazon-s3-php-namespace
Vendor eben-hk
Package amazon-s3-php-namespace
Short Description A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR and using namespace.
License BSD-2-Clause
Homepage https://github.com/eben-hk/amazon-s3-php-namespace
Package amazon-s3-php-namespace
Short Description A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR and using namespace.
License BSD-2-Clause
Homepage https://github.com/eben-hk/amazon-s3-php-namespace
Please rate this library. Is it a good library?
Informations about the package amazon-s3-php-namespace
Amazon S3 PHP Class
Usage
OO method (e,g; $s3->getObject(...)):
Statically (e,g; S3::getObject(...)):
Object Operations
Uploading objects
Put an object from a file:
Put an object from a string and set its Content-Type:
Put an object from a resource (buffer/file size is required - note: the resource will be fclose()'d automatically):
Retrieving objects
Get an object:
Save an object to file:
Save an object to a resource of any type:
Copying and deleting objects
Copy an object:
Delete an object:
Bucket Operations
Get a list of buckets:
Create a bucket:
Get the contents of a bucket:
Delete an empty bucket:
All versions of amazon-s3-php-namespace with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.0
The package eben-hk/amazon-s3-php-namespace contains the following files
Loading the files please wait ....