PHP code example of aliyuncs / aliyun-oss-flysystem
1. Go to this page and download the library: Download aliyuncs/aliyun-oss-flysystem 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/ */
aliyuncs / aliyun-oss-flysystem example snippets
cd vendor/aliyun/aliyun-oss-flysystem/
vim samples/Config.php
modify the following config:
const OSS_ACCESS_ID = '';
const OSS_ACCESS_KEY = '';
const OSS_ENDPOINT = '';
const OSS_TEST_BUCKET = '';
php samples/AliyunOssFlysystem.php
bash
export OSS_ACCESS_KEY_ID=your id
export OSS_ACCESS_KEY_SECRET=your secret
export OSS_ENDPOINT=your endpoint
export OSS_BUCKET=your bucket
cd vendor/aliyun/aliyun-oss-flysystem/
composer install
php vendor/bin/phpunit