OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/07/2025 12:10:28 PM
rwxr-xr-x
📁
.changes
-
01/07/2025 12:10:29 PM
rwxr-xr-x
📁
.git
-
01/07/2025 12:10:29 PM
rwxr-xr-x
📄
.gitattributes
767 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📁
.github
-
01/07/2025 12:10:29 PM
rwxr-xr-x
📄
.gitignore
432 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
CHANGELOG.md
1.38 MB
01/07/2025 12:10:28 PM
rw-r--r--
📄
CODE_OF_CONDUCT.md
313 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
CONTRIBUTING.md
7.61 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
CRT_INSTRUCTIONS.md
293 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
LICENSE
9.12 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
Makefile
6.44 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
NOTICE
655 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
README.md
12.02 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
THIRD-PARTY-LICENSES
4 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
UPGRADING.md
14.27 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
behat.yml
1.77 KB
01/07/2025 12:10:28 PM
rw-r--r--
📁
build
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📄
codecov.yml
119 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📄
compatibility-test.php
6.17 KB
05/19/2025 10:07:21 AM
rw-r--r--
📄
composer.json
2.44 KB
01/07/2025 12:10:28 PM
rw-r--r--
📁
features
-
01/07/2025 12:10:31 PM
rwxr-xr-x
📄
phpstan.neon
1.49 KB
01/07/2025 12:10:28 PM
rw-r--r--
📄
phpunit.xml.dist
863 bytes
01/07/2025 12:10:28 PM
rw-r--r--
📁
src
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:21 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "aws/aws-sdk-php", "homepage": "http://aws.amazon.com/sdkforphp", "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", "keywords": ["aws","amazon","sdk","s3","ec2","dynamodb","cloud","glacier"], "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues" }, "require": { "php": ">=7.2.5", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5 <7.9.0", "guzzlehttp/psr7": "^1.9.1 || ^2.4.5 <2.7.0", "guzzlehttp/promises": "^1.4.0 || ^2.0", "mtdowling/jmespath.php": "^2.6", "ext-pcre": "*", "ext-json": "*", "ext-simplexml": "*", "aws/aws-crt-php": "^1.2.3", "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "composer/composer" : "^1.10.22", "ext-openssl": "*", "ext-dom": "*", "ext-pcntl": "*", "ext-sockets": "*", "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", "behat/behat": "~3.0", "doctrine/cache": "~1.4", "aws/aws-php-sns-message-validator": "~1.0", "nette/neon": "^2.3", "andrewsville/php-token-reflection": "^1.4", "psr/cache": "^1.0", "psr/simple-cache": "^1.0", "paragonie/random_compat": ">= 2", "sebastian/comparator": "^1.2.3 || ^4.0", "yoast/phpunit-polyfills": "^1.0", "dms/phpunit-arraysubset-asserts": "^0.4.0" }, "suggest": { "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", "ext-curl": "To send requests using cURL", "ext-sockets": "To use client-side monitoring", "doctrine/cache": "To use the DoctrineCacheAdapter", "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications" }, "autoload": { "psr-4": { "Aws\\": "src/" }, "files": ["src/functions.php"] }, "autoload-dev": { "psr-4": { "Aws\\Test\\": "tests/" }, "classmap": ["build/"] }, "extra": { "branch-alias": { "dev-master": "3.0-dev" } } }