PHP code example of benjaminmedia / wp-s3-must-use

1. Go to this page and download the library: Download benjaminmedia/wp-s3-must-use library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

benjaminmedia / wp-s3-must-use example snippets

 javascript

    "autoload": {
		"files": [
			"public/content/plugins/amazon-web-services/classes/aws-plugin-base.php",
			"public/content/plugins/amazon-s3-and-cloudfront/classes/amazon-s3-and-cloudfront.php"
		]
	},