PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP AWS S3 Client SDK Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AWS S3 Client SDK Wrapper
Manage files stored in the AWS S3 cloud storage
Author: By
Last change:
Date: 2 years ago
Size: 752 bytes
 

Contents

Class file image Download
{ "name": "devscreencast/aws-sdk-php-wrapper", "description": "A simple wrapper over aws php sdk to perform basic file management task", "keywords": ["aws", "s3", "php sdk", "file upload", "php"], "license": "MIT", "type": "library", "authors": [ { "name": "terdia", "email":"support@devscreencast.com", "homepage": "https://devscreencast.com" } ], "require": { "php": ">=5.5", "aws/aws-sdk-php": "^3.52", "vlucas/phpdotenv": "^2.4" }, "autoload":{ "psr-4":{ "Devscreencast\\S3Wrapper\\":"src" }, "files":["src/helpers/functions.php"] }, "config":{ "optimize-autoloader":true } }