PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   PHP AWS S3 SDK Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AWS S3 SDK Wrapper
Retrieve and cache AWS S3 files using the SDK
Author: By
Last change: Update composer.json
Date: 5 years ago
Size: 496 bytes
 

Contents

Class file image Download
{ "name": "jlaso/aws-s3-wrapper", "description": "AWS S3 Wrapper", "keywords": ["aws", "S3", "amazon"], "homepage": "https://github.com/jlaso/aws-s3-wrapper", "type": "library", "license": "MIT", "authors": [ { "name": "Joseluis Laso", "homepage": "http://www.joseluislaso.es/", "role": "Developer" } ], "require": { "php": ">=5.3.29", "aws/aws-sdk-php": "2.*" }, "autoload": { "psr-4": { "JLaso\\S3Wrapper\\": "src/" } } }