Download the PHP package elecena/amazon-s3-php-class without Composer
On this page you can find all versions of the php package elecena/amazon-s3-php-class. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elecena/amazon-s3-php-class
More information about elecena/amazon-s3-php-class
Files in elecena/amazon-s3-php-class
Download elecena/amazon-s3-php-class
More information about elecena/amazon-s3-php-class
Files in elecena/amazon-s3-php-class
Vendor elecena
Package amazon-s3-php-class
Short Description A standalone Amazon S3 (REST) client for PHP 7.3+ using CURL that does not require PEAR.
License BSD-2-Clause
Homepage https://github.com/elecena/amazon-s3-php-class
Package amazon-s3-php-class
Short Description A standalone Amazon S3 (REST) client for PHP 7.3+ using CURL that does not require PEAR.
License BSD-2-Clause
Homepage https://github.com/elecena/amazon-s3-php-class
Please rate this library. Is it a good library?
Informations about the package amazon-s3-php-class
Amazon S3 PHP Class
Installation
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-class with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-curl Version *
ext-simplexml Version *
ext-curl Version *
ext-simplexml Version *
The package elecena/amazon-s3-php-class contains the following files
Loading the files please wait ....