Download the PHP package devtoolboxuk/aws without Composer
On this page you can find all versions of the php package devtoolboxuk/aws. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aws
PHP AWS Connection
Version: 1.0.0
Table of Contents
- Summary
- Install
- Compile
- Usage
- [Call AWS Service](#Call AWS Service)
- S3
- [Call S3](#Call S3)
- [Set S3 Bucket](#Set S3 Bucket)
- [S3 List Objects](#S3 List Objects)
- [S3 Stream Objects](#S3 Stream Objects)
- Maintainers
Summary
PHP Library to connect to the AWS Services
Install
Install Composer:
Install dependencies:
Add to PHP
AWS Credentials
The code here will not allow for the credentials to be added to the code. We'll use the environment variables, or if in AWS, use IAMS The AWS SDK will use this by default, you dont need to configure it
Bash
PowerShell
Call AWS Service
S3
Call S3
Set S3 Bucket
S3 Commands
List Objects
S3 List Objects in a "folder"
Get object
Get object ($s3filename) from S3 and save it locally $localFilename
S3 Streaming
Opening a streaming wrapper
You can
= Download an object via a stream
Upload an object via a stream
Coming soon
Thanks
@halfer for adding in the stream wrapper
Maintainers
All versions of aws with dependencies
PHP Build Version
Package Version
Requires
aws/aws-sdk-php Version
2.*
The package devtoolboxuk/aws contains the following files
Loading the files please wait ....