We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31646fe commit ff384e5Copy full SHA for ff384e5
.gitignore
@@ -0,0 +1 @@
1
+vendor/
composer.json
@@ -0,0 +1,18 @@
+{
2
+ "name": "tpyo/amazon-s3",
3
+ "description": "A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.",
4
+ "type": "library",
5
+ "homepage": "https://github.com/tpyo/amazon-s3-php-class",
6
+ "license": "BSD-2-Clause",
7
+ "authors": [
8
+ {
9
+ "name": "Donovan Schönknecht"
10
+ }
11
+ ],
12
+ "require": {
13
+ "php": ">=5.2.0"
14
+ },
15
+ "autoload": {
16
+ "psr-0": { "S3": "" }
17
18
+}
0 commit comments